segmentBar
Displays a list of segment bar items.
Overview
The segmentBar element contains a list of segmentBarItem elements that are displayed horizontally. Use the remote to move the cursor between the contained segmentBarItem elements. Here’s an example that has a title and subtitle above a segment bar that contains one item.
<segmentBarHeader>
<title>Title</title>
<subtitle>Subtitle</subtitle>
<segmentBar>
<segmentBarItem>
<title>Title</title>
</segmentBarItem>
</segmentBar>
</segmentBarHeader>