Defines which grid elements can be resized with the mouse.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)
Syntax
C# |
---|
public enum AllowResizing |
Visual Basic |
---|
Public Enumeration AllowResizing |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No grid elements can be resized with the mouse. | |
Columns | 1 | User can resize columns with the mouse. | |
Rows | 2 | User can resize rows with the mouse. | |
Both | 3 | User can resize rows and columns with the mouse. |