Loas Scrollview:
If pg.IsInitialized = False Then
pg.Initialize("pgregcli" )
pg.Title = "Title"
SvPanel.Initialize("", 100%x,100%y)
pg.RootPanel.AddView(SvPanel,0,0,100%x,100%y)
End If
NavControl.ShowPage(pg)
SvPanel.Panel.LoadLayout("Layout")
SvPanel.Panel.Color =Colors.White
This simple code, do not show Scrollview 100%x and 100%y in page, in other pages found OK, some solutions ?