---
title: infoList
framework: tvml
role: collectionGroup
path: tvml/infolist
---

# infoList

Displays info element information in a vertical format.

## Overview

Overview Here’s an example that shows the director and main actors for a movie. <infoList>    <info>       <header>          <title>Director</title>       </header>       <text>John Appleseed</text>    </info>    <info>       <header>          <title>Actors</title>       </header>       <text>Anne Johnson</text>       <text>Tom Clark</text>       <text>Maria Ruiz</text>    </info> </infoList> Subelements of infoList info Elements that Use infoList banner

## Topics

### Valid TVML Styles

- [height](tvml/element-shaping-height.md)
- [margin](tvml/margin.md)

### Valid TVML Attributes

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

## See Also

### List Elements

- [collectionList](tvml/collectionlist.md)
- [list](tvml/list.md)
