Hi all,
i am trying to get out from troubles when using touch panels in scrollview.
I have some panels in a scrollview; when i touch panels they change color, when i untouch them the color revert to original state.
Some troubles occours when i touch panels and at the same time i scroll the scrollview but using Scrollview_ScrollChanged everything works almost correctly: if ScrollChanged is fired i revert the color of the panel back to original state.
The real problem occours when i am at the bottom (or at the top) of the scrollview: if i insist to scroll down even if i am at bottom obviously it can't scroll and then Scrollview_ScrollChanged is not called BUT scrollview consumes touch and so i can't revert back the color of the panel.
Is there a trick (or parts of codes) that i can use to handle correctly touch events of panels in a scrollview?
Thanks in advance
i am trying to get out from troubles when using touch panels in scrollview.
I have some panels in a scrollview; when i touch panels they change color, when i untouch them the color revert to original state.
Some troubles occours when i touch panels and at the same time i scroll the scrollview but using Scrollview_ScrollChanged everything works almost correctly: if ScrollChanged is fired i revert the color of the panel back to original state.
The real problem occours when i am at the bottom (or at the top) of the scrollview: if i insist to scroll down even if i am at bottom obviously it can't scroll and then Scrollview_ScrollChanged is not called BUT scrollview consumes touch and so i can't revert back the color of the panel.
Is there a trick (or parts of codes) that i can use to handle correctly touch events of panels in a scrollview?
Thanks in advance