WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

SyncfusionExamples/how-to-change-the-column-resizing-cursor-position-in-wpf-data-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to Change the Column Resizing Cursor Position in WPF DataGrid?

This example illustrates how to change the column resizing cursor position in WPF DataGrid (SfDataGrid).

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.

this.dataGrid.ColumnResizingController.ResizingCursor = Cursors.SizeNS;

DataGrid with modified column resizing cursor

Take a moment to peruse the WPF DataGrid - Getting Started documentation, where you can find about DataGrid with code examples.

Requirements to run the demo

Visual Studio 2015 and above versions

About

How to change the column resizing cursor position in WPF DataGrid(SfDataGrid)?

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8

Languages