Android Question scrollable panels

marcick

Well-Known Member
Licensed User
Longtime User
I have a panel that is higher than the available screen, so I'm trying to making it scrollable using a scrollview.
Am I right that I can't simply put the panel inside the scrollview in the designer, but I have to build all the graphics I need with code ?
 

klaus

Expert
Licensed User
Longtime User
Upvote 0

MarkusR

Well-Known Member
Licensed User
Longtime User
at least you can make a extra design for this scrollview and can use LoadLayout for it.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Better directly use xcustomlistview
 
Upvote 0
Top