I have a ScrollView which I have added a number of panels (items as I call them) onto the ScrollView.Panel.
Each item Panel has a check box, an image and a label.
The ScrollView is a global, so have access to it from any Sub in my module.
How do I (programatically) access say the check box value of each item Panel?
Many thanks,
Mark
Each item Panel has a check box, an image and a label.
The ScrollView is a global, so have access to it from any Sub in my module.
How do I (programatically) access say the check box value of each item Panel?
Many thanks,
Mark