Wpf – make Listbox items in WPF not selectable

listboxwpf

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?

Best Answer

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