Inside one main scrollview (parent) I have several panels placed vertically, each panel contains other scrollviews (children). The children contain page indicators (UIPageControl).
It's as in the picture.
The problem I am facing is that I need to get the children's event _ScrollChanged fired, because I need to indicate in UIPageControl the current page, but it's not getting fired. I suspect that there is an interception of _ScrollChanged between the children and the parent scrollview.
Any ideas?
It's as in the picture.
The problem I am facing is that I need to get the children's event _ScrollChanged fired, because I need to indicate in UIPageControl the current page, but it's not getting fired. I suspect that there is an interception of _ScrollChanged between the children and the parent scrollview.
Any ideas?