[]
        
(Showing Draft Content)

Wijmo_Grid.Allowresizing

AllowResizing Enumeration

Specifies constants that define the row/column sizing behavior.

Enumeration members

Both

Both: = 3

The user may resize rows and columns by dragging the edge of the headers.

BothAllCells

BothAllCells:

The user may resize rows and columns by dragging the edge of any cell.

Columns

Columns: = 1

The user may resize columns by dragging the edge of the column headers.

ColumnsAllCells

ColumnsAllCells:

The user may resize columns by dragging the edge of any cell.

None

None: = 0

The user may not resize rows or columns.

Rows

Rows: = 2

The user may resize rows by dragging the edge of the row headers.

RowsAllCells

RowsAllCells:

The user may resize rows by dragging the edge of any cell.