Question

The sliding panel is great, but I can't get the Panels_Click or Panels_LongClick to get raised. Is there a workaround this? I really need both.

Was it helpful?

Solution

The problem is that the touch is handled by Panels_Touch sub. You can comment out Sub Panels_Touch and add Panels_Click and Panels_LongClick. The user however will not be able to slide the panels with their finger.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top