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

    Multi-line caption column headers

    Is there a way to put a multi-line caption in a listview column header ?

    Thank´s

    Rogério Weinert


  2. #2
    Join Date
    May 2003
    Location
    Norway
    Posts
    1

    Question Follow up

    Hi, I'm having the same problem. Any ideas would be much appreciated!


    Btw, setting .Text = "line1" & vbCrLf & "line2" does not work. It results in a "line1||line2" caption.
    Last edited by graabein; May 13th, 2003 at 04:32 AM.

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