Skip to content

Commit ab99d97

Browse files
ES-975464 - Committed the changes and included the image
1 parent 40e149f commit ab99d97

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ChangeColumnHeaderOrientation.png

135 KB
Loading

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# How to change the orientation of column header text in wpf treegrid?
1+
# How to change the orientation of column header text in WPF TreeGrid?
22

3-
This example illustrates how to change the orientation of column header text in [WPF TreeGrid](https://www.syncfusion.com/wpf-controls/treegrid).
3+
This example illustrates how to change the orientation of column header text in [WPF TreeGrid](https://www.syncfusion.com/wpf-controls/treegrid) (SfTreeGrid).
44

5-
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`.
5+
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**.
66

77

88
``` xml
@@ -108,4 +108,6 @@ Orientation of the `TreeGrid` column header text can be changed by editing the c
108108
</Setter.Value>
109109
</Setter>
110110
</Style>
111-
```
111+
```
112+
113+
![How to change the orientation of column header text in WPF TreeGrid](ChangeColumnHeaderOrientation.png)

0 commit comments

Comments
 (0)