Client-Side API Reference > FlexGrid > wijmo.grid > AllowResizing Enum |
Name | Value | Description |
---|---|---|
None | 0 |
The user may not resize rows or columns. |
Columns | 1 |
The user may resize columns by dragging the edge of the column headers. |
Rows | 2 |
The user may resize rows by dragging the edge of the row headers. |
Both | Rows | Columns |
The user may resize rows and columns by dragging the edge of the headers. |
ColumnsAllCells | Columns | _AR_ALLCELLS |
The user may resize columns by dragging the edge of any cell. |
RowsAllCells | Rows | _AR_ALLCELLS |
The user may resize rows by dragging the edge of any cell. |
BothAllCells | Both | _AR_ALLCELLS |
The user may resize rows and columns by dragging the edge of any cell. |
Specifies constants that define the row/column sizing behavior.