T taylorw Active Member Licensed User Dec 14, 2017 #1 Hi all, how can i make custom listview height will follow the device size to adjust?
udg Expert Licensed User Longtime User Dec 14, 2017 #2 Adding it through the Designer lets you set Vertical Anchor property to BOTH. You could make use of Designer Script to better adjust the whole form layout in order to adapt to different devices. Edit: a response from Erel in a different Thread Anchors tutorial: https://www.b4x.com/android/forum/threads/b4x-anchors-demonstrated.64112/#content And this post about the BOTH anchor: https://www.b4x.com/android/forum/threads/b4x-anchors-demonstrated.64112/#post-405799 Last edited: Dec 14, 2017 Upvote 0
Adding it through the Designer lets you set Vertical Anchor property to BOTH. You could make use of Designer Script to better adjust the whole form layout in order to adapt to different devices. Edit: a response from Erel in a different Thread Anchors tutorial: https://www.b4x.com/android/forum/threads/b4x-anchors-demonstrated.64112/#content And this post about the BOTH anchor: https://www.b4x.com/android/forum/threads/b4x-anchors-demonstrated.64112/#post-405799
T taylorw Active Member Licensed User Dec 14, 2017 #3 Thanks for reply. I know the anchor, but my problem is the row height. You can see below. Attachments True.png 32.5 KB · Views: 297 False.png 17.7 KB · Views: 316 Upvote 0