Search code examples
wpflistbox

make Listbox items in WPF not selectable


I have a listbox in WPF, and when they select an item, it shows an ugly colors Can I make all the items non-selectable?


Solution

  • If you don't need selection, use an ItemsControl rather than a ListBox