|
-
May 24th, 1999, 03:01 PM
#1
CHeaderCtrl w/ HDN_DIVIDERDBLCLICK
Hello,
I have a splitter pane that has a listview. What I'm trying to do is capture the message HDN_DIVIDERDBLCLICK and so far have been unlucky. Any aid on how to do this w/n MFC is appreaciated.
Thank You,
Bill
-
June 8th, 2011, 05:22 AM
#2
Re: CHeaderCtrl w/ HDN_DIVIDERDBLCLICK
I also want to know this; more than 10 years after you.
-
June 8th, 2011, 06:01 AM
#3
Re: CHeaderCtrl w/ HDN_DIVIDERDBLCLICK
The HDN_DIVIDERDBLCLICK is sent to the parent of the header control; the parent of the header control is the list view control.
So you should handle this message in the CListCtrl derived class.
Victor Nijegorodov
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
|