How to change which item is “outlined” in a ListBox without changing the selection?
- by Timwi
How do you change which item is “outlined” in a ListBox? See the following screenshot for clarification:
Background: I want to have a standard multi-select listbox that works normally. Unfortunately, the Windows Forms ListBox (with SelectionMode.MultiExtended) is not fully functional. The missing functionality is that it doesn’t let you select a…