Android Question Horizontalscrollview and panel?

G-ShadoW

Active Member
Licensed User
Longtime User
Hello,
how to make that whatever the size of panel is that all is shown inside horizontalscrollview or scrollview?

Regards
 

klaus

Expert
Licensed User
Longtime User
Set the correct value to HorizontalScrollView.Panel.Width.
If height and width are bigger than the dimensions of the ScrollView use ScrollView2D, allowing to scroll in both directions, and set correctly ScrollView2D.Panel.Width and ScrollView2D.Panel.Height.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…