Hi
Please can someone say how to:
1. Find the index of the SelectedItem of a ListView?
2. Leave the SelectedItem of a ListView highlighted after the
ListView has lost focus?
Printable View
Hi
Please can someone say how to:
1. Find the index of the SelectedItem of a ListView?
2. Leave the SelectedItem of a ListView highlighted after the
ListView has lost focus?
#1 - Listview1.SelectedItems(0).Index
#2 - Change the HideSelection property to False.
Hi crptcblade,
Many thanks for a fantastically quick response.:wave:
This does work...Although it leaves my selection in Gray when it loses focus. is there any way to keep it in Blue???
LIKE THIS!!!
Set the HideSelection property = false.