
Announcements
I have a vertical layout that contains several labels and text inputs, and I set the height of the layout to be the sum of all the child control heights so that it's height dynamically changes to fit the child controls. However, this doesn't work. The layout stays the same size no matter what I set its Height parameter to:
Note that in the above screenshot, it says the height is 560px. However, when the vertical layout's height parameter is used elsewhere, it shows 696px--this is how I knew it wasn't working correctly. The vertical layout sits inside a horizontal layout if that matters at all. Any ideas as to what's going on here?