Files
NativeScript/tests/app/ui/segmented-bar/segmented-bar.md
Panayot Cankov e135c20b14 Rename the files
2016-05-26 14:30:25 +03:00

851 B

nav-title, title, description, previous_url
nav-title title description previous_url
SegmentedBar How-To segmented-bar 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