Hi there.
I need help, please.
I need to get the following behavior of tabContainer
:
- the initial
tabContainer
height must be no more than thescrollwview
content’s height - however,
tabContainer
can expand to a maximum of 100% allowed by its parent - if
tabContainer
in height already occupies all the free space of the ancestor, then further expansion is not happening, but scrolling appears
<box id="tabContainer">
<scrollview scrollMode="inertial" percentContentWidth="100%" height="100%" contentLayoutName="horizontal">
<...contents....>
</scrollview>
</box>
I’m honestly confused in all these height:auto
, percentContentWidth
, initialHeight
and other. And cannot get to desirable result.