yfleury Active Member Licensed User Longtime User Jan 12, 2019 #1 I have a panel higher than screen on Drawer.CenterPanel I try Drawer.CenterPanel.ScrollViewContentHeight=Panel1.height without effect. How to scroll it to see all panel?
I have a panel higher than screen on Drawer.CenterPanel I try Drawer.CenterPanel.ScrollViewContentHeight=Panel1.height without effect. How to scroll it to see all panel?
Erel B4X founder Staff member Licensed User Longtime User Jan 13, 2019 #2 You need to add a ScrollView or xCustomListView to the drawer. The tall panel should be added to the scrollable view. Upvote 0
You need to add a ScrollView or xCustomListView to the drawer. The tall panel should be added to the scrollable view.
yfleury Active Member Licensed User Longtime User Jan 13, 2019 #3 It's working good But I have another issue My main Layout have a panel 200dip height and a scrollview to fit the screen. On panel I can sliding drawer menu, but over scrollview I can't sliding drawer. I must slide drawer on panel or use hamberger. Any suggestion Last edited: Jan 13, 2019 Upvote 0
It's working good But I have another issue My main Layout have a panel 200dip height and a scrollview to fit the screen. On panel I can sliding drawer menu, but over scrollview I can't sliding drawer. I must slide drawer on panel or use hamberger. Any suggestion
Erel B4X founder Staff member Licensed User Longtime User Jan 14, 2019 #4 Please try to reproduce it in a small project and upload it. Upvote 0
yfleury Active Member Licensed User Longtime User Jan 15, 2019 #5 Today, after reboot computer and Iphone, I can't reproduce problem It's a mystery of computer Upvote 0