---
title: collectionList
framework: tvml
role: collectionGroup
path: tvml/collectionlist
---

# collectionList

Contains other layout elements.

## Overview

Overview Here’s an example of a collectionList element that contains a shelf and two lockup elements. <collectionList>     <shelf>         <section>             <lockup>                 <img src="path to images on your server/Car_Movie_250x375_A.png" width="182" height="274" />                 <title>Movie 1</title>             </lockup>             <lockup>                 <img src="path to images on your server/Car_Movie_250x375_B.png" width="182" height="274" />                 <title>Movie 2</title>             </lockup>         </section>     </shelf> </collectionList> Subelements of collectionList carousel grid shelf Elements that use collectionList searchTemplate stackTemplate

## Topics

### Valid TVML Styles

- [margin](tvml/margin.md)

### Valid TVML Attributes

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

## See Also

### List Elements

- [infoList](tvml/infolist.md)
- [list](tvml/list.md)
