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
Printable View
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
I also want to know this; more than 10 years after you.
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.