Change selected and unfocused Listbox style to not be grayed out

前端 未结 6 827
执念已碎
执念已碎 2020-12-03 01:27

I have a really simple WPF ListBox with SelectionMode set to Multiple.


When the ListBox loses

6条回答
  •  天命终不由人
    2020-12-03 01:51

    You can probably solve your problem by re-writing the Template, but try this for an easy patch.

    
    

提交回复
热议问题