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 nameDescription
None No grid elements can be resized with the mouse.
Columns User can resize columns with the mouse.
Rows User can resize rows with the mouse.
Both User can resize rows and columns with the mouse.

See Also