[]
Fires before a row is resized by dragging the row header.
public event RowColEventHandler BeforeResizeRow
Type | Description |
---|---|
RowColEventHandler | Fires before a row is resized by dragging the row header. |
Use the grid's AllowResizing property to determine whether users are allowed to resize rows, columns, or both.
Row and Column objects also have an RowCol.AllowResizing property that allows you to prevent specific rows and columns from being resized.