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:
For intIndex = 1 To Me.lvKundSpel.ColumnHeaders.Count - 1
With Me.lvKundSpel.ListItems(i)
.Bold = True
.ForeColor = listcolor
.Ghosted = True
End With
Next
Help ?!
/ Jakob