Scrolling bar and tapping on widgets located on it.
I've created long scroll bar containing group of widgets reaching far out of dynamic panel, and it scrolls fine. How to add "link on tap" event to widgets from this group? I would like to link to another screen when user scrolls and taps on desired widget.
Hi there,
You can't create an event on the scrollbar. A workaround is to create a hotspot where the scrollbar will be and attach an event to the hotspot.
Best,
Danielle
Hi there,
You can't create an event on the scrollbar. A workaround is to create a hotspot where the scrollbar will be and attach an event to the hotspot.
Best,
Danielle
Thank you for this solution, works. Tip for anyone facing the same problem: highlight has to be a content of dynamic panel, on top of all widgets in it, not on top of dynamic panel itself.
Thank you for this solution, works. Tip for anyone facing the same problem: highlight has to be a content of dynamic panel, on top of all widgets in it, not on top of dynamic panel itself.
Replies have been locked on this page!