Coming from Orbiter, you should be aware of the following changes:
fluid
has been renamedisFluid
.disabled
has been renamedisDisabled
.
A button group handles the spacing and orientation for a grouping of buttons.
The axis the ButtonGroup should align with.
Whether the Buttons in the ButtonGroup are all disabled.
Whether the Buttons in the ButtonGroup are all fluid.
The size of the buttons in the ButtonGroup.
Whether elements are forced onto one line or can wrap onto multiple rows.
The alignment of the buttons within the ButtonGroup.
A button group can be disabled.
A button group can be fluid.
A button group can render his items vertically.
A button group can change the alignment of his items.
A button group can be of different sizes.
Coming from Orbiter, you should be aware of the following changes:
fluid
has been renamed isFluid
.disabled
has been renamed isDisabled
.