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