#Trouble with button layout.
11 messages · Page 1 of 1 (latest)
For the three buttons, you can make it fill the HBox by setting it so it horizontally expands to fill the entire thing in Layout > Container Sizing for each of the buttons
If you want to control the ratio of how much space each button takes up, just set the stretch ratio (also in Container Sizing) to be bigger or smaller for each button
It Hbox the button and lables are in is set to fill, but it's not....
Or... the Horizontal option doesn't appear to have an "Expand" option... how do I get it?
Wrong control
Select each of the three buttons
And set the Container Sizing for each of them
The container sizing is set on the child controls to determine how it fills the parent container
Make sure Expand is toggled on for each of the three buttons
Weird...