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?
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?