Listview mouseleave on scrollbar

Zexor

Well-known member
Joined
Nov 28, 2008
Messages
520
Programming Experience
3-5
I have a listview with a vertical scrollbar, the mouseleave event was trigger when my mouse hit the scrollbar. I actually want the event to trigger when my mouse completely leave the scrollbar and not while its still in it. Is there an easy way to do it or do i need to track the mouse location manually?
 
Back
Top