SmartClient Pro v 9.0
I have a sectionStack section with some content in it that I need to be able to independently hide and show, so in order to do that, I have created a VLayout inside the section, which contains some of my content.
The problem is that even though the content inside the VLayout is vertically short, the VLayout expands to take up all available width that the SectionStack can give it, resulting in a huge amount of whitespace at the bottom.
What I am essentially looking for is for the VLayout to have its own height be driven by the height of the grid and forms that it contains, and not any larger. The grid that I have in there is variable height, depending on content.
I have also tried using VStack instead of VLayout, and the results are the same.
Anyone have any ideas how to do this?
I have a sectionStack section with some content in it that I need to be able to independently hide and show, so in order to do that, I have created a VLayout inside the section, which contains some of my content.
The problem is that even though the content inside the VLayout is vertically short, the VLayout expands to take up all available width that the SectionStack can give it, resulting in a huge amount of whitespace at the bottom.
What I am essentially looking for is for the VLayout to have its own height be driven by the height of the grid and forms that it contains, and not any larger. The grid that I have in there is variable height, depending on content.
I have also tried using VStack instead of VLayout, and the results are the same.
Anyone have any ideas how to do this?
Comment