B4J Question ListView and panel.GetAllViewsRecursives,

BeneBarros

Active Member
Licensed User
Longtime User
I have a panel containing a ListView. This ListView contains several labels.
When I use panel.GetAllViewsRecursive to change the labels, only the visible labels are changed. The non-visible labels are not changed.
Is there a way to solve this without having to update them one by one?
 
Top