Ola,
Trying to remove the subitems from a listview, but I can't get it to work.
One of the codes I tried:
Tried "text" and everything, but nothing seems to work for me.
Someone? Thanks in advance.
Trying to remove the subitems from a listview, but I can't get it to work.
One of the codes I tried:
Code:
For i As Integer = 0 To 14
.Items(i).SubItems.Clear()
Next i
Tried "text" and everything, but nothing seems to work for me.
Someone? Thanks in advance.