Back to Devexpress

Resizing Rows and Records

windowsforms-462-controls-and-libraries-vertical-grid-end-user-capabilities-resizing-rows-and-records.md

latest1.8 KB
Original Source

Resizing Rows and Records

  • Apr 01, 2018

The following operations can be performed by end-users to resize row headers and records.

ActionEffect
Dragging a row header’s bottom edgeChanges the row’s height. The control’s VGridOptionsBehavior.ResizeRowHeaders and the row’s VGridOptionsRow.AllowSize options must be enabled to allow row resizing.
Dragging a row header’s right edgeChanges the row header panel’s width. The control’s VGridOptionsBehavior.ResizeHeaderPanel option must be enabled to allow this action.
CTRL + LEFTDecreases the row header panel’s width. The control’s VGridOptionsBehavior.ResizeHeaderPanel option must be enabled to allow this action.
CTRL + RIGHTEnlarges the row header panel’s width. The control’s VGridOptionsBehavior.ResizeHeaderPanel option must be enabled to allow this action.
Dragging the first record’s right edgeChanges the record width. The control’s VGridOptionsBehavior.ResizeRowValues option must be enabled to allow end-users to change record width.

Related Topics: