-
When selecting an item in the ListView box, it is highlighted. However, if I go click on a DirListBox in another area of the form, the highlight on the item disappears. How can I make the highlight stay on the selected item in the ListView box unless a different item in that box is selected, in which case that one would be highlighted....
-
The "HideSelection" property of the listview control either hides the selection while focus is on another control if true, or shows it as a an out of focus selected item if false.
-
Is there any way to keep it blue (without constantly setting focus on the ListView box), like you can with a DirBox?
-