You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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?
2
2
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).
4
4
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**.
6
6
7
7
8
8
```xml
@@ -108,4 +108,6 @@ Orientation of the `TreeGrid` column header text can be changed by editing the c
108
108
</Setter.Value>
109
109
</Setter>
110
110
</Style>
111
-
```
111
+
```
112
+
113
+

0 commit comments