Hi! I've a big problem, i don't know why, when i edit my layout programmatically, nothing happens.
I mean, if i click on a button with this code, this doesn't work
Any idea?
EDIT: Solved, my mistake, sorry
I mean, if i click on a button with this code, this doesn't work
B4X:
Dim p As Panel = mp.RootPanel.GetView(0)
Dim scv As ScrollView = p.GetView(0)
scv.Panel.RemoveAllViews
Any idea?
EDIT: Solved, my mistake, sorry
Last edited: