I created a layout in designer that has several other scrollview layouts on it.
On my activity create I load the layout and a few scrollviews.
How can I find out the index to one of the scrollviews to remove it during runtime? or can this even be done?
On my activity create I load the layout and a few scrollviews.
B4X:
Activity.LoadLayout("Frame")
WebPage.LoadLayout("WebLayout")
menu1.Panel.loadlayout("MainMenu")
menu2.Panel.loadlayout("SubMenu1")
menu3.Panel.loadlayout("SubMenu2")
How can I find out the index to one of the scrollviews to remove it during runtime? or can this even be done?