Android Question Call a panel in scrollview

Douglas Farias

Expert
Licensed User
Longtime User
is possible to add a panel made in design in a scrollview?

i want to make a panel with many buttons and only call this panel on a scrollview
because scrollview1.panel is much hard to make many buttons and images *-*

its possible?
 

stevel05

Expert
Licensed User
Longtime User
Once you have loaded the layout, You can use Panel.RemoveView to remove it from it's parent, then add it to the scrollview.
 
Upvote 0
Top