[]
        
(Showing Draft Content)

AllowResizing Enumeration

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.

BothAllCellsOverflow

BothAllCellsOverflow:

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

BothOverflow

BothOverflow:

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

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.

ColumnsAllCellsOverflow

ColumnsAllCellsOverflow:

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

ColumnsOverflow

ColumnsOverflow:

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

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.

RowsAllCellsOverflow

RowsAllCellsOverflow:

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

RowsOverflow

RowsOverflow:

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