M Mostez Well-Known Member Licensed User Longtime User Oct 31, 2020 #1 I have a layout contains many text boxes and buttons, i can not fit all of them in one layout due to layout length, is it possible to put them all in one layout and scroll it down to see rest of them like Android settings?
I have a layout contains many text boxes and buttons, i can not fit all of them in one layout due to layout length, is it possible to put them all in one layout and scroll it down to see rest of them like Android settings?
Sagenut Expert Licensed User Longtime User Oct 31, 2020 #2 Load your Layout as an item into a ScrollView. Upvote 0
klaus Expert Licensed User Longtime User Oct 31, 2020 #3 You may have a look at this example: ScrollView example with a Panel higher than the screen. Upvote 0