CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Column Header

  1. #1
    Join Date
    Apr 1999
    Posts
    32

    Column Header

    Hello! I would like to know if there is a way to change the size and the fonts of the Column's headers in a List Control. Thank you!!


  2. #2
    Join Date
    Apr 1999
    Posts
    6

    Re: Column Header

    If you are using the CListCtrl then it has a CHeaderCtrl embedded within it and using the CHeaderCtrl::SetItem method and putting appropriate values in the HDITEM structure you can probably set the height of the header

    Hope this helps


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