XAML syntax error is blocking designer but compiling fine

后端 未结 2 1810
暗喜
暗喜 2020-12-19 01:31

I\'ve run into a rather bizarre thing happening, I have a DataGrid defined in a WPF XMAL page that has the following declared:



        
2条回答
  •  [愿得一人]
    2020-12-19 02:08

    If you don't want to use code behind then an alternative to InactiveSelectionHighlightBrushKey is ControlBrushKey. The following worked for me:

    
    

提交回复
热议问题