Specifies how rows can be resized.
[Visual Basic]
Public Enum RowSizingEnum
[C#]
public enum RowSizingEnum
[Delphi]
type RowSizingEnum = (AllRows, IndividualRows, None);
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
Members
Member name |
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. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |