[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.AllowResizing

AllowResizing Enum

Defines which grid elements can be resized with the mouse.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public enum AllowResizing

Fields

Name Description
Both

User can resize rows and columns with the mouse.

Columns

User can resize columns with the mouse.

None

No grid elements can be resized with the mouse.

Rows

User can resize rows with the mouse.