I cannot find any rhyme or reason for this.
The gap in the Vertical Container is being ignored when published. It looks fine in browser and editor, but on a device the gap is huge.
Here is the app in the editor. The gap is set to 0. I put colors to show what it's doing after the app is published.\
The GalDetails gallery has a background color of Red. The ConHomeDetails container has a background color of Gray.
After the app is published, you can see that the GalDetails gallery is pefectly sized, but the ConHomeDetails container is now taller than it should be.
The "LayoutMinHeight" for ConHomeDetails is TxtDetailsTitle.Height + GalDetails.Height, so it should not be any taller than the Blue and Red sections combined.
I cannot find why it's adding additional height! I tried taking the label and gallery out of the container (thinking the container was causing it), but then the gallery has the issue where it's height is too tall.
Please advise.