in activity we use this code
is B4XPages.MainPage.Root equivalent to Activity.GetAllViewsRecursive?
MainPage also include a customlistview
thanks
B4X:
For Each v As B4XView In Activity.GetAllViewsRecursive ' B4XPages.MainPage.Root.GetAllViewsRecursive
v.Left = v.Parent.Width - v.Left - v.Width
Next
MainPage also include a customlistview
thanks
Last edited: