iOS Question weird scrollview problem

ykucuk

Well-Known Member
Licensed User
Longtime User
i have very weird situation with scroll view.

I have a scroll view name is ScrollBidLaw. I add one panel into Scrollview that name is PanelDashboard.

Dont know why no matter their widths are same but when i run this app PanelDashboard is very thin (check attached file please) near parent scroll view.

Any help

B4X:
ScrollBidLaw.Panel.RemoveAllViews

DashboardPanel.Initialize("DashboardPanel")

ScrollBidLaw.Panel.Height=100%y-20%x


ScrollBidLaw.Color = Colors.Yellow

DashboardPanel.Color = Colors.Cyan


ScrollBidLaw.Panel.AddView(DashboardPanel,0,0,ScrollBidLaw.Width,ScrollBidLaw.Height)
 

Attachments

  • Screen Shot 2017-01-14 at 01.27.46.png
    Screen Shot 2017-01-14 at 01.27.46.png
    81.1 KB · Views: 213
Top