Selected item loses style when focus moved out in WPF ListBox

前端 未结 2 760
你的背包
你的背包 2020-12-14 16:35

What do I have?

I have a ListBox populated with items from an XML file. Given a DynamicResource for Style pro

2条回答
  •  萌比男神i
    2020-12-14 17:40

    If you're only setting the background color, try replacing ControlBrush for the ListBox, as per this answer.

提交回复
热议问题