03-08-2010 04:42 PM
03-08-2010 09:16 PM
Technically it is not a bug. There is no event triggered because when you do the Mouse Up, you are no longer on the scrollbar. Unfortunately, the behavior in Windows that allows you to continue to move the scrollbar even when you aren't on it is conflicting with the desire to detect when you let go of the scroll bar.
There was a recent thread discussingthis very issue and a way to get the behavior you are looking for.
Re: Handle mouse up on numeric slider control - even when mouse leaves control
03-08-2010 10:48 PM
You may also like this idea.
03-19-2010 04:24 PM
I recently ran into this problem as well, check out my example program in the Developer Zone Community. Is it helpful?
Regards,