ComponentOne FlexGrid for WPF and Silverlight
AllowResizing Enumeration

C1.Silverlight.FlexGrid Namespace : AllowResizing Enumeration
Defines which grid elements can be resized with the mouse.
Syntax
'Declaration
 
Public Enum AllowResizing 
   Inherits System.Enum
public enum AllowResizing : System.Enum 
Members
MemberDescription
BothUser can resize rows and columns with the mouse.
ColumnsUser can resize columns with the mouse.
NoneNo grid elements can be resized with the mouse.
RowsUser can resize rows with the mouse.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Silverlight.FlexGrid.AllowResizing

See Also

Reference

C1.Silverlight.FlexGrid Namespace