How to right align text in a DataGrid column header in xaml?

前端 未结 2 1471
暖寄归人
暖寄归人 2021-02-19 02:37

I have a WPF DataGrid with a column header as follows:


     ...

         


        
2条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-19 02:37

    H.B's answer is correct; just add one more line:

    
        
    
    

提交回复
热议问题