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

    Question customize CListCtrl:CHeaderCtrl

    Hi.
    How make can i make resize of header without resizing columns,is it possible?

    i.e. I want that column header become independ(in resizing) from list control.

  2. #2
    Join Date
    Apr 1999
    Posts
    3,585

    Re: customize CListCtrl:CHeaderCtrl

    i.e. I want that column header become independ(in resizing) from list control.
    What exactly are you trying to accomplish? Since, the header is embedded in the list control, I don't think you're going to be able to adjust its size independently. And, why would you want to?
    Gort...Klaatu, Barada Nikto!

  3. #3
    Join Date
    Jun 2004
    Posts
    170

    Re: customize CListCtrl:CHeaderCtrl

    because i want that one column header contains many list columns,like this:

    |Header column asdasda|Header column1 asdasd|
    |List column|List column|List column|List column|

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