| C1.Silverlight.FlexGrid.5 Assembly > C1.Silverlight.FlexGrid Namespace : AllowResizing Enumeration |
'Declaration Public Enum AllowResizing Inherits System.Enum
public enum AllowResizing : System.Enum
| Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Silverlight.FlexGrid.AllowResizing