Passing a touch event from unvisible panel to underlying ListView

Dirk A

Member
Licensed User
Longtime User
Hello,

I have a listview with an unvisble panel on top of it. The touch event of the panel is used to deal with horizontal sweeps over the panel/listview. But when the user makes a vertical sweep I want to pass it to the underlying listview so that the listview scrolls up or down ...
How do I pass the touch event to the ListView ?

thank you
 

Informatix

Expert
Licensed User
Longtime User
Hello,

I have a listview with an unvisble panel on top of it. The touch event of the panel is used to deal with horizontal sweeps over the panel/listview. But when the user makes a vertical sweep I want to pass it to the underlying listview so that the listview scrolls up or down ...
How do I pass the touch event to the ListView ?

thank you

Read this post.
 
Upvote 0
Top