<!--
{
  "documentType" : "article",
  "framework" : "TVML",
  "identifier" : "/documentation/TVML/segmentbaritem",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "segmentBarItem"
}
-->

# segmentBarItem

Provides titles inside of a segment bar.

## Overview

The `segmentBarItem` element is used to create groups inside of a `segmentBarHeader`.
Users can move between `segmentBarItem` elements to display related information.
Here’s an example that has a title and subtitle above a segment bar that contains
one item.

```xml
<segmentBarHeader>
   <title>Title</title>
   <subtitle>Subtitle</subtitle>
   <segmentBar>
      <segmentBarItem>
         <title>Title</title>
      </segmentBarItem>
   </segmentBar>
</segmentBarHeader>
```

### Subelements of segmentBarItem

- [title](/documentation/TVML/title)

### Elements that Use segmentBarItem

- [segmentBarHeader](/documentation/TVML/segmentbarheader)

## Topics

### Valid TVML Attributes

[autoHighlight](/documentation/TVML/autohighlight)

Specifies that the element should initially be in focus.

[binding](/documentation/TVML/binding)

Associates information in a data item with an element.

[prototype](/documentation/TVML/prototype)

Associates a data item type with an element.

[theme](/documentation/TVML/theme)

Sets the color scheme for an element.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)