All parent layouts are set height = 100% and there is a scrollder as well in the brower right side but the content area is not extending automatically. What could be the issue?
Go through each layout and check for any height differences. If you’ve set each layout to 100% height, only the scroller’s content should have a different size.
I’ve checked all parent layouts and everything is set to 100% height. And starangely, once there is more content than the initial view size, it is overflowing and If I remove the root layout’s height, then it is working as expecting. IDK, how that is working
This one worked parially. The righ side one is auto expanding now. But the left side grid component stays in same size though it is also set to fullSize ( width = height = 100 % ). That one also should expand as the right side does