Hi !
i'm searching a way to display a 2*Activity.width panel and horizontal scroll it.
What's wrong as i can't horizontal scroll Panel1 (ondesigner Panel1 width is 2 * activity.Width)
Thanks !
i'm searching a way to display a 2*Activity.width panel and horizontal scroll it.
B4X:
Dim MyView as HorizontallScrollView
MyView.Initialize(Activity.Width, "MyView")
Panel1.AddView(MyView, 0, 0, Activity.Width*2, 100%y)
What's wrong as i can't horizontal scroll Panel1 (ondesigner Panel1 width is 2 * activity.Width)
Thanks !