B4J Question Iterating through CustomListView

ianmegan

Member
Licensed User
Hi,

I have a custom list control which I add pane/panel and on each pane I place a check box.
When a user clicks on a checkbox an event fires and I pick up the right pane using sender. Works great

Problem I want a 'Select all button' that when clicked changes the state of the checkbox in each pane.

Is there a way of Iterating through the customListControl find each checkbox and change their check state?

In B4A I can see that its possible?

Many thanks

Ian
 
Top