I have a checkbox which I added programatically inside a scrollview. It works fine as far as checking and unchecking.
Here is the problem:
The subroutine checkbox1_checkedchange(checked as boolean) does not get triggered when I click the checkbox1.
Checkbox1 is dimensioned and added to a panel inside the scrollview and definitely "works" as far as it is clickable.
I have tested a checkbox not in the scrollview and added via the designer and it runs the subroutine fine.
Any ideas would be greatly appreciated.
Dan
Here is the problem:
The subroutine checkbox1_checkedchange(checked as boolean) does not get triggered when I click the checkbox1.
Checkbox1 is dimensioned and added to a panel inside the scrollview and definitely "works" as far as it is clickable.
I have tested a checkbox not in the scrollview and added via the designer and it runs the subroutine fine.
Any ideas would be greatly appreciated.
Dan