FlexGrid for WinForms
AllowResizingEnum Enumeration



Specifies whether the user should be able to resize rows and columns with the mouse.
Syntax
'Declaration
 
Public Enum AllowResizingEnum 
   Inherits System.Enum
'Usage
 
Dim instance As AllowResizingEnum
public enum AllowResizingEnum : System.Enum 
public enum class AllowResizingEnum : public System.Enum 
Members
MemberDescription
BothThe user may resize rows and columns with the mouse.
BothUniformThe user may change the default column width or row height with the mouse.
ColumnsThe user may resize columns with the mouse by dragging the edge of the column headers. Double-clicking the edge of a column header automatically sizes the column to fit the widest entry.
ColumnsUniformThe user may change the default column width with the mouse. Resizing any column will resize all columns that don't have a specific width assigned to them.
NoneThe user may not resize rows or columns.
RowsThe user may resize rows with the mouse by dragging the edge of the row headers. Double-clicking the edge of a row header automatically sizes the row to fit the tallest entry.
RowsUniformThe user may change the default row height with the mouse. Resizing any row will resize all rows that don't have a specific height assigned to them.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.AllowResizingEnum

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback