How can I make a view scrollable when changed to landscape mode? e.g. I have an app in portrait mode, lots of information involved. I hape preset all struts and springs, but I still need some space in the bottom, so I was thinking enabling scrolling function, but how could I accomplish that?
Share
The scroll is enabled when the content size is bigger than the frame of the scroll. Try the following:
This will make you scroll vertically, because the height of the content size is bigger than the height of the frame. While this would make you scroll horizontally:
Either way, you when your screen rotates, you should handle your logic according that what I explain.