---
title: tumblerBar
framework: tvml
role: collectionGroup
path: tvml/tumblerbar
---

# tumblerBar

Displays a list of tumblerItem elements.

## Overview

Overview The tumblerBar element contains a list of tumblerItem elements that are displayed horizontally. Use the remote to move between the contained tumblerItem elements. 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 tumblerBar tumblerItem Elements that Use tumblerBar list

## Topics

### Valid TVML Styles

- [margin](tvml/margin.md)

### 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)
- [tumblerItem](tvml/tumbleritem.md)
