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

Thread: ListCntrl

  1. #1
    Guest

    ListCntrl

    How can I bold a row or a subitem(populated by the application) in the ListCntrl.


  2. #2
    Join Date
    May 1999
    Posts
    2

    Re: ListCntrl

    I think the only way is to write the OnDrawItem method by yourself, where you may set up the font.


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