---
title: tv-scrollable-bounds-inset-top
framework: tvml
role: article
role_heading: Article
path: tvml/tv-scrollable-bounds-inset-top
---

# tv-scrollable-bounds-inset-top

Specifies the size of an unscrollable region only at the top of the stack template.

## Overview

Overview The tv-scrollable-bounds-inset-top style creates an unscrollable region of a specified number of points down from the top of the stackTemplate. Use the tv-scrollable-bounds-inset-top style to create an inset only at the top, without creating an inset at the bottom. Here’s an example that sets the inset at the top to 100 points. <stackTemplate style="tv-scrollable-bounds-inset-top: 100.0">     <banner>         …     </banner>     <collectionList>         <shelf>             <section>                 <lockup>…</lockup>             </section>         </shelf>     </collectionList> </stackTemplate> Elements That Use tv-scrollable-bounds-inset-top stackTemplate

## See Also

### Specifying Inset Location

- [tv-scrollable-bounds-inset-bottom](tvml/tv-scrollable-bounds-inset-bottom.md)
