How to get rid of annoying HorizontalContentAlignment binding warning?

前端 未结 4 2066
既然无缘
既然无缘 2020-12-31 03:47

I am working on a large WPF project and during debug my output window is filled with these annoying warnings:

System.Windows.Data Information: 10 : Ca

4条回答
  •  情话喂你
    2020-12-31 04:27

    This worked for me. Put this in your Application.xaml file.

    
        
    
    

    from...

    http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/42cd1554-de7a-473b-b977-ddbd6298b3d0

提交回复
热议问题