[]
        
(Showing Draft Content)

C1.Win.FlexGrid.AllowResizingEnum

AllowResizingEnum Enum

Specifies whether the user should be able to resize rows and columns with the mouse.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public enum AllowResizingEnum

Fields

Name Description
Both

The user may resize rows and columns with the mouse.

BothUniform

The user may change the default column width or row height with the mouse.

Columns

The user may resize columns with the mouse by dragging the edge of the column headers. Double-clicking the edge of a column header automatically sizes the column to fit the widest entry.

ColumnsUniform

The user may change the default column width with the mouse. Resizing any column will resize all columns that don't have a specific width assigned to them.

None

The user may not resize rows or columns.

Rows

The user may resize rows with the mouse by dragging the edge of the row headers. Double-clicking the edge of a row header automatically sizes the row to fit the tallest entry.

RowsUniform

The user may change the default row height with the mouse. Resizing any row will resize all rows that don't have a specific height assigned to them.