LGUI2:stackpanel
Revision as of 00:16, 27 June 2018 by Lax (talk | contribs) (Created page with "A LavishGUI 2 stackpanel element is a specialized LGUI2:panel where the children are automatically visually placed one after another, either in a horizontal or vertical "...")
A LavishGUI 2 stackpanel element is a specialized panel where the children are automatically visually placed one after another, either in a horizontal or vertical "stack".
Defining a panel element
A stackpanel element is a panel with the addition of properties used for the stack layout.
stackpanel element properties | |
---|---|
orientation | One of "horizontal" or "vertical". The default is "vertical" |
uniform | A boolean (true or false) value indicating whether the element stack should be uniform width or height (as might be expected in a listbox) |