Increase the height of Flex Container dynamically and introduce scrollbar on the browser
Posted
by shruti
on Stack Overflow
See other posts from Stack Overflow
or by shruti
Published on 2010-03-29T05:32:50Z
Indexed on
2010/03/29
5:43 UTC
Read the original article
Hit count: 372
Hi,
I am trying to increase the height of container with increase in the number of contents inside the container. Like in my case i m using tileList inside tabNavigator , when I put contents inside the tileList, the height of tileList does not increase beyond vertical height of the viewport. It puts scrollbar on the container. I want to increase the height of an flex container with increase in the contents and introduce scrollbar on the browser with increase in contents in the flex container.
Could anybody please suggest me how I could achieve this.
Thanks in advance.
© Stack Overflow or respective owner