I am experiencing a problem with the ScrollableControl (a Panel to be more precise). When scrolling with the mouse pointer directly on the scroll bar, the Scroll event is fired properly.
But when scrolling with the mouse wheel, the Panel scrolls properly but the Scroll event is not fired.
Also when an out of bounds control inside the Panel receives the focus, the Panel properly scrolls to bring the control in view, but once again, in that case, the Scroll event is not fired.
Did any of you experienced the same thing ? Did you find a solution ?
Thanks !
Update: I have now tested - this does NOT work!
I haven't tested it yet, but according to this: http://www.codeproject.com/Articles/7452/ScrollableControl-with-Scroll-Events one option is to extend the functionality of the ScrollableControl
The code is as follows: