---
title: tumblerItem
framework: tvml
role: collectionGroup
path: tvml/tumbleritem
---

# tumblerItem

Contains title information for a tumbler header.

## Overview

Overview The user swipes left and right on the remote to display the previous and next tumblerItem elements inside of the tumbler header. Here’s an example of a tumbler bar containing two tumbler items. <tumblerBar>     <tumblerItem>         <title>Title 1</title>         <subtitle>5 Items</subtitle>     </tumblerItem>     <tumblerItem>         <title>Title 2</title>         <subtitle>12 Items</subtitle>     </tumblerItem> </tumblerBar> Subelements of tumblerItem subtitle title Elements that Use tumberBarItem tumblerBar

## Topics

### Valid TVML Attributes

- [binding](tvml/binding.md)
- [prototype](tvml/prototype.md)
- [theme](tvml/theme.md)

## See Also

### Bar Elements

- [menuBar](tvml/menubar.md)
- [menuItem](tvml/menuitem.md)
- [nowPlayingMenuItem](tvml/nowplayingmenuitem.md)
- [segmentBar](tvml/segmentbar.md)
- [segmentBarHeader](tvml/segmentbarheader.md)
- [segmentBarItem](tvml/segmentbaritem.md)
- [tumblerBar](tvml/tumblerbar.md)
