ButtonGroup
The ButtonGroup class provides a container for buttons or other controls and is most often used within a RowPanel or StatusBarItem
.
Variants
This control supports numerous UI styles (called variants) based on its Context and VariantSize property settings.
Context | Variant Size | Sample UI |
---|---|---|
StatusBarItem | (any) | ![]() |
(any other) | (any) | ![]() |
Hiding the Border
By default, a border is drawn around the items in the button group. Sometimes when the group's items are controls like a ComboBox, you don't want to display the border.
Set the HasBorder property to false
to hide it.