Skip to content

Commit a1af1c5

Browse files
ES-976509 - Resolved the ReadMe file changes
1 parent 7b3ed72 commit a1af1c5

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed
188 KB
Loading

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
# How to change the column resizing cursor position in WPF DataGrid(SfDataGrid)?
2-
3-
## About the sample
1+
# How to Change the Column Resizing Cursor Position in WPF DataGrid?
42

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

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).
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).
86

97
```c#
108
this.dataGrid.ColumnResizingController.ResizingCursor = Cursors.SizeNS;
119
```
1210

13-
KB article - [How to change the column resizing cursor position in WPF DataGrid(SfDataGrid)?](https://www.syncfusion.com/kb/11356/how-to-change-the-column-resizing-cursor-position-in-wpf-datagrid-sfdatagrid)
11+
![DataGrid with modified column resizing cursor](DataGridWithColumnResizingCursor.png)
12+
13+
Take a moment to peruse the [WPF DataGrid - Getting Started](https://help.syncfusion.com/wpf/datagrid/getting-started) documentation, where you can find about `DataGrid` with code examples.
1414

1515
## Requirements to run the demo
16-
Visual Studio 2015 and above versions
16+
17+
Visual Studio 2015 and above versions

0 commit comments

Comments
 (0)