CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    7

    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


  2. #2
    Join Date
    Jun 2011
    Posts
    6

    Re: CHeaderCtrl w/ HDN_DIVIDERDBLCLICK

    I also want to know this; more than 10 years after you.

  3. #3
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    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
  •  





Click Here to Expand Forum to Full Width

Featured