Skip to main content
SegmentedControlA segmented control is a linear set of two or more segments.Segmented control is often used to display and switch between different views.
Usage Examples
Style
PropertyPreview
Default
Best suitable as a main feature of the screen, mainly used for filtering or changing views within a screen.
Form
Suitable for form or settings screens, matches with other related components such as textField, Picker and others. preset="form"
Layout
PropertyPreview
Full width
The component stretches to the width of the screen.
Hug content
The components stretches according to the width of the labels.
Segments AmountSegmented Control has at least 2, and up to 4 values. a single value always have to be selected.
Content OptionsSegmented Control has at least 2, and up to 4 values. a single value always have to be selected.
Spec
Default style
Form style