Skip to content

Commit 2d241d2

Browse files
authored
Merge pull request #2 from Backiaraj/DataGrid
Modified the DataGrid reference link
2 parents d1f7a07 + ba8dd6b commit 2d241d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## About the sample
44

5-
This example illustrates how to change the column resizing cursor position in WPF DataGrid
5+
This example illustrates how to change the column resizing cursor position in [WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/datagrid) (SfDataGrid).
66

7-
By default, resizing cursor in SfDataGrid is west to east. If you change the flow direction of SfDataGrid, you need to change the resizing cursor by using SfDataGrid.ColumnResizingController.ResizingCursor.
7+
The default position for the resizing cursor is west to east in [WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/datagrid) (SfDataGrid). If you want to change the flow direction of SfDataGrid, you need to change the resizing cursor by using [SfDataGrid.ColumnResizingController.ResizingCursor](https://help.syncfusion.com/cr/cref_files/windowsforms/Syncfusion.SfDataGrid.WinForms~Syncfusion.WinForms.DataGrid.Interactivity.ColumnResizingController~ResizingCursor.html).
88

99
```c#
1010
this.dataGrid.ColumnResizingController.ResizingCursor = Cursors.SizeNS;

0 commit comments

Comments
 (0)