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 | Description | |
---|---|---|
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. |