ComponentOne True DBGrid for WinForms
RowSizingEnum Enumeration

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace : RowSizingEnum Enumeration
Specifies how rows can be resized.
Syntax
'Declaration
 
Public Enum RowSizingEnum 
   Inherits System.Enum
public enum RowSizingEnum : System.Enum 
Members
MemberDescription
AllRowsAll rows will be sized to the same height or width.
IndividualRowsRows can be sized indepentently.
NoneRow can not be resized.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1TrueDBGrid.RowSizingEnum

See Also

Reference

C1.Win.C1TrueDBGrid Namespace