Results 1 to 9 of 9

Thread: Ghosted listview *RESOLVED (sort of)*

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2003
    Posts
    30

    Ghosted listview *RESOLVED (sort of)*

    Hi all,

    I'm trying to ghost certain rows in a listview but I just cant get it to work, the bl*dy rows remains "unghosted". I've tried using the examples from MSDN but without any luck ! Each row begins with a checkbox ..

    Anybody else experienced the same problems ?

    Below is a snipper of my last try ..

    VB Code:
    1. For intIndex = 1 To Me.lvKundSpel.ColumnHeaders.Count - 1
    2.                                 With Me.lvKundSpel.ListItems(i)
    3.                                     .Bold = True
    4.                                     .ForeColor = listcolor
    5.                                     .Ghosted = True
    6.                                  End With
    7. Next


    Help ?!

    / Jakob
    Last edited by Jakob; May 7th, 2003 at 05:53 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