Files
NativeScript/apps/tests/ui/segmented-bar/segmented-bar.md
Nikolay Tsonev fd7289a4c9 modify snippets
2016-04-15 16:27:56 +03:00

779 B

nav-title, title, description
nav-title title description
SegmentedBar How-To How-To Examples for using SegmentedBar

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