Instead of using the MouseDown event, can't you use the CellClick
event? It acts like a mouse down event, but is called only when you
click on a cell (i.e not on the scrollbar).
Or I didn't understand the question?
Le 3 oct. 06 à 22:39 Soir, Guyren Howe a écrit:
I'm doing drag from a listbox that sometimes is displaying a
scrollbar, sometimes not. When it is displaying the scrollbar, I
need to return False from my MouseDown handler, so the scrollbar
behaves normally.
But I can't see a way to determine whether the scrollbar is
showing. I can see some inelegant solutions, but is there something
obvious I'm missing?
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>