Android Question How to iterates B4XMainPage Views

M.LAZ

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