Skip to content

Commit 54c0ea7

Browse files
authored
Merge pull request #4 from SyncfusionExamples/ES-976509
ES-976509 - Resolved the ReadMe file changes
2 parents 7b3ed72 + 2c9594a commit 54c0ea7

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)?
1+
# How to Change the Column Resizing Cursor Position in WPF DataGrid?
22

3-
## About the sample
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-
This example illustrates how to change the column resizing cursor position in [WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/datagrid) (SfDataGrid).
6-
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/wpf/Syncfusion.UI.Xaml.Grid.GridColumnResizingController.html#Syncfusion_UI_Xaml_Grid_GridColumnResizingController_ResizingCursor).
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+
1617
Visual Studio 2015 and above versions

0 commit comments

Comments
 (0)