Click to See Complete Forum and Search --> : CHeaderCtrl w/ HDN_DIVIDERDBLCLICK


GIBBY
May 24th, 1999, 03:01 PM
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

piedpiper
June 8th, 2011, 05:22 AM
I also want to know this; more than 10 years after you.

VictorN
June 8th, 2011, 06:01 AM
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.