Hello all .
I am loading a scrollview to display 6 views (panels, etc)
My problem is it scrolls to the 4th panel and not the 5th and 6th panels.
I am makeing this app for b4i, and b4a.
has anyone seen this.
all so in android it does not scroll at all.
Any help is appreciated.
Thaks
I am loading a scrollview to display 6 views (panels, etc)
My problem is it scrolls to the 4th panel and not the 5th and 6th panels.
I am makeing this app for b4i, and b4a.
my code:
Class_Globals
Private pnlscrollview As B4XView
'This event will be called once, before the page becomes visible.
Private Sub B4XPage_Created (Root1 As B4XView)
Root = Root1
Root.LoadLayout("MainPage")
ScrollView1.ScrollViewInnerPanel.LoadLayout("settings")
ScrollView1.ScrollViewContentWidth = 100%x
ScrollView1.ScrollViewContentHeight = pnlscrollview.Height
has anyone seen this.
all so in android it does not scroll at all.
Any help is appreciated.
Thaks
Last edited: