'Declaration
Public Enum RowSizingEnum Inherits System.Enum
public enum RowSizingEnum : System.Enum
'Declaration
Public Enum RowSizingEnum Inherits System.Enum
public enum RowSizingEnum : System.Enum
Member | Description |
---|---|
AllRows | All rows will be sized to the same height or width. |
IndividualRows | Rows can be sized indepentently. |
None | Row can not be resized. |
System.Object
System.ValueType
System.Enum
C1.Win.List.RowSizingEnum