ScrollBar request

Hi Jules, I need to be able to have events when the user starts/stops dragging a scrollbar, much like the start/endDragging functionality of Slider. Could you make the mouseDown/Up functions protected rather than private so I can override them for this? Or, if you have another way of doing this? :slight_smile:

TIA
/R

Sure, I could move those methods to make them protected. Canโ€™t think of a good reason to keep the private.