Resizing Rows and Records
The following operations can be performed by end-users to resize row headers and records.
Action | Effect |
---|---|
Dragging a row header’s bottom edge | Changes 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 edge | Changes the row header panel’s width. The control’s VGridOptionsBehavior.ResizeHeaderPanel option must be enabled to allow this action. |
CTRL + LEFT | Decreases the row header panel’s width. The control’s VGridOptionsBehavior.ResizeHeaderPanel option must be enabled to allow this action. |
CTRL + RIGHT | Enlarges 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 edge | Changes the record width. The control’s VGridOptionsBehavior.ResizeRowValues option must be enabled to allow end-users to change record width. |
Related Topics: