I want to buld code like
For i = 0 To Panel.Size
Panel.GetView(i)
...
but I didn't find a method Size to get number of child views in Panel
GetAllViewsRecursive returns all the child views including views that were added to other child views, but I need the views that were added to the Panel directly
For i = 0 To Panel.Size
Panel.GetView(i)
...
but I didn't find a method Size to get number of child views in Panel
GetAllViewsRecursive returns all the child views including views that were added to other child views, but I need the views that were added to the Panel directly