Skip to content

Commit 2c9594a

Browse files
Update README.md
1 parent a1af1c5 commit 2c9594a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# How to Change the Column Resizing Cursor Position in WPF DataGrid?
22

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

5-
The default position for the resizing cursor is west to east in `DataGrid`. 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).
5+
The default position for the resizing cursor is west to east in `DataGrid`. 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/wpf/Syncfusion.UI.Xaml.Grid.GridColumnResizingController.html#Syncfusion_UI_Xaml_Grid_GridColumnResizingController_ResizingCursor).
66

77
```c#
88
this.dataGrid.ColumnResizingController.ResizingCursor = Cursors.SizeNS;
@@ -14,4 +14,4 @@ Take a moment to peruse the [WPF DataGrid - Getting Started](https://help.syncfu
1414

1515
## Requirements to run the demo
1616

17-
Visual Studio 2015 and above versions
17+
Visual Studio 2015 and above versions

0 commit comments

Comments
 (0)