Defines which grid elements can be resized with the mouse.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public enum AllowResizing
Visual Basic
Public Enumeration AllowResizing

Members

Member nameValueDescription
None0 No grid elements can be resized with the mouse.
Columns1 User can resize columns with the mouse.
Rows2 User can resize rows with the mouse.
Both3 User can resize rows and columns with the mouse.

See Also