I noticed that the scrollbar increase and decrease buttons use the "OnClick" event to move the thumb. May be it's just my personal perference but I think the "OnMouseButtonDown" event should be used instead. This is more like the windows controls work. (As I side effekt it will be easier for me to (ab)use the scrollbar as a spin control

What do you think?