diff --git a/ChangeColumnHeaderOrientation.png b/ChangeColumnHeaderOrientation.png new file mode 100644 index 0000000..6ccf841 Binary files /dev/null and b/ChangeColumnHeaderOrientation.png differ diff --git a/README.md b/README.md index bc829c6..5483cfc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,113 @@ -# How to change the orientation of column header text in wpf treegrid? -This example illustrates how to change the orientation of column header text in wpf treegrid +# How to Change the Orientation of Column Header Text in WPF TreeGrid? + +This example illustrates how to change the orientation of column header text in [WPF TreeGrid](https://www.syncfusion.com/wpf-controls/treegrid) (SfTreeGrid). + +Orientation of the TreeGrid column header text can be changed by editing the control template of the [TreeGridHeaderCell](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.TreeGridHeaderCell.html) and applying **RotateTransform**. + + +``` xml + +``` + +![Column header text orientation changed to vertical](ChangeColumnHeaderOrientation.png)