Files
NativeScript/tests/app/ui/segmented-bar/segmented-bar.md
2016-06-20 14:32:12 +03:00

877 B

nav-title, title, environment, description, previous_url
nav-title title environment description previous_url
SegmentedBar How-To segmented-bar nativescript Examples for using SegmentedBar /ApiReference/ui/segmented-bar/HOW-TO

SegmentedBar

Using a SegmentedBar requires the "ui/segmented-bar" module.

Creating a SegmentedBar

``` XML ``` ### Creating segmentedBar.items It is important that an items array gets created and filled with items first and then assigned to the segmented bar. ### Selecting an item programmatically