I have a simple menu. the panel in in page10
and the view in on page11.
when it opens it only shows part of the panel
and the view in on page11.
when it opens it only shows part of the panel
B4X:
Sub tools_test_click
page11.Initialize("page11")
page11.Title = "page11"
page11.RootPanel.Color = Colors.White
page11.RootPanel.LoadLayout("page11")
NavControl.ShowPage(page11)
'ScrollView2.Height = 450
ScrollView2.Panel.LoadLayout("page10")
ScrollView2.Panel.Height = Panel2.Height
ScrollView2.Panel.Width = Panel2.Width
End Sub