ComponentOne List for WinForms
C1.Win.C1List Namespace / RowSizingEnum Enumeration

In This Topic
    RowSizingEnum Enumeration
    In This Topic
    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.C1List.RowSizingEnum

    See Also