Subject: Re: Listboxes headers
From: Norman Palardy <palardyn at shaw dot ca>
Date: Fri, 29 Oct 2004 09:21:16 -0600
On Oct 29, 2004, at 6:08 AM, Steve Roy wrote:
On Oct 29, 2004, at 12:58 AM, Jules.Jacquot wrote:
Try this
For i=1 to Numbercolumn
Listbox1.Columnsortdirection(i)=0
Next
When we do this, the heading is still clickable however. Is there a
way to make it non-clickable?
in the mouse down put
if y <= 20 return true
But this removes the resize ability (but the cursor change when it is above the
two-columns-border-line).
Also, since we do not have access to the answer for that question: "Who is the
current cursor ?", nor we have an event (like ResizePosition or ResizeCursor for
example) it is hard to do something.
Comments ?
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|