-
Listview Item question
Hey, How can I change the color of a SELECTED listitems forecolor? When a user selects an item, I want the text color to change from black to red. Is this possible? I just want that one item's color to change and the rest to stay black. This way, the user can see which Items they have selected. Kind of like in HTML when a link you've already clicked is grayed. Any help appreciated.
-
each listitem has a forecolor setting. use that to change the color, and use a public variable that will store the last selected item to change back to black.