C
CJ Taylor
I have the following code.
Dim lItem As ListViewItem
For Each lItem In Me.lv_Search.Items
lItem.Selected = True
Next
It doesn't highlight any items... sure the property is set... but it doesn't
seem to work... anyone else come across this..
Dim lItem As ListViewItem
For Each lItem In Me.lv_Search.Items
lItem.Selected = True
Next
It doesn't highlight any items... sure the property is set... but it doesn't
seem to work... anyone else come across this..