Re: How to intercept this event : "A click on a ScrollPanel's scrollbar " ?
50 views
Skip to first unread message
Jens
unread,
Oct 16, 2012, 12:27:19 PM10/16/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
There is no "onScrollbarClick" event or similar. For scrollable DIV's you could listen for click events and then calculate if the click has happend inside the rectangle of the scrollbar. Not sure if this works with all browsers.