Hello,
Is there a way to have a whole line selected in a listview or a listbox, but not have the item highlighted? The selected line will have the thin rectangle around it but there wouldn't be any highlight color. Thank you.
Printable View
Hello,
Is there a way to have a whole line selected in a listview or a listbox, but not have the item highlighted? The selected line will have the thin rectangle around it but there wouldn't be any highlight color. Thank you.
ListView1.SelectedItem.Selected = False works if multiselect is false
Thank you, that is exactly what I needed.