votes
how do i change a listboxitem's line color in c# wpf?
i have a listbox and i want the text to all be black, except for one listboxitem line's color i want to be red. how do i change this using c#? i'm using listbox.Items.Add("something i want to be red"); is there a way to make th ...
