Changing WPF Listbox SelectedItem text color and highlight/background Color using C#

前端 未结 3 861
天命终不由人
天命终不由人 2020-12-10 18:05

I am trying to change the highlighted(selected) color and the highlighted text color of a wpf listbox at runtime. I have tried creating a style and applying it as follows:

3条回答
  •  死守一世寂寞
    2020-12-10 19:08

    Solution:

    
        
            
        
        
            
                Hello
                Hi
            
        
    
    

提交回复
热议问题