Difference between revisions of "LGUI2:stackpanel"
Jump to navigation
Jump to search
(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 "...") |
|||
Line 19: | Line 19: | ||
[[Category:LavishGUI 2 Elements]] | [[Category:LavishGUI 2 Elements]] | ||
[[Category:LavishGUI 2 Bordered Elements]] | [[Category:LavishGUI 2 Bordered Elements]] | ||
+ | [[Category:LavishGUI 2 Panel Elements]] |
Revision as of 01:00, 27 June 2018
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) |