How do I enable text wrapping on all column headers?

前端 未结 5 1097
无人及你
无人及你 2021-01-03 18:14

How does one enable text wrapping on all column headers of a DataGrid, without disabling the other default header functionality? Such as column resizing, sort d

5条回答
  •  时光取名叫无心
    2021-01-03 18:32

    Or don't bother with the primitives in the app.xaml file and do the following (my objects):

    
        
            
        
         ...
    

提交回复
热议问题