tv-scrollable-bounds-inset-top
Specifies the size of an unscrollable region only at the top of the stack template.
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>