Android Question [B4X] B4XDrawer - options over screen height

davar

New Member
Hi all,
This is newbie (first) question:
I need some program options menu, tested B4XDrawer example, understand it quite well, did modification for my needs.. There will be quite enough settings (more then one screen) - so my question is - is it possible to have B4XDrawer "scrollable"?
There is example ScrollViewBigPanel (https://www.b4x.com/android/forum/threads/scrollviewbigpanel-example-listview.27041/#content),
which try to merge scrollview and panel - to scroll it:
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("Main")
scrollview.Panel.LoadLayout("ScrollViewLayout")
scrollview.Panel.Height = panel.Height
End Sub
But it seems me it is not possible with B4XDrawer.

Thanks for any info.

P.S. B4A starts get me...excellent tool and nice community of people here.
 
Top