|
-
June 14th, 1999, 01:09 PM
#1
Drag And Drop Headers (CListCtrl)
Drag And Drop Headers (CListCtrl)
SendMessage(LVM_SETEXTENDEDLISTVIEWSTYLE, 0, LVS_EX_HEADERDRAGDROP);
The above message enables the dragging of columns but I am not sure which message to trap when user is done with dragging.
Since its a owner draw ctrl, I tried using GetColumn() to retrieve the new header layout.
But it doesn't, I get back the old layout.
Any hints...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|