segmented-control
The segmented-control is a horizontal control consisting of segments that allows you to toggle between multiple options in a compact, efficient way. It is commonly used for filtering content, switching views, or selecting categories within an app.
This component enhances user experience by providing a quick and intuitive way to navigate without needing drop-downs or separate screens. When designing a segmented control, consider:
- Keeping the number of segments minimal for readability
- Providing immediate visual feedback when a selection is made
Core structure | |
---|---|
data | Specify the title to display in each segment and a data value. Repeat the title and value properties to create the number of segments in the control. |
| title - The label for the segment. You can use Localization in the title. |
| value - The data value for the segment that is used to display content when toggled. Can be used in an expression or to set the initialValue. |
Other options | |
---|---|
initialValue | Configure which segment to display as active when the opens. By default there are no active segments. Tap the segment to activate it. |
isDisabled | Set to true disables the segmented-control (ready only mode). By default the property's value is false. |
State Configuration | Key | Notes |
---|---|---|
=@ctx.component.state. | value |
|
=@ctx.solution.state. | activeItemId now |
|