Specifies the sizing mode for splits.
[Visual Basic]
Public Enum SizeModeEnum
[C#]
public enum SizeModeEnum
[Delphi]
type SizeModeEnum = (Exact, NumberOfColumns, Scalable);
Namespace: C1.Win.C1TrueDBGrid
Assembly: C1.Win.C1TrueDBGrid.2 (in C1.Win.C1TrueDBGrid.2.dll)
Members
Member name |
Description |
Exact |
The Split.SplitSize indicates the size of the split in pixels. |
NumberOfColumns |
The Split.SplitSize indicates the number of columns displayed in the split. |
Scalable |
The Split.SplitSize indicates the relative size of the split with respect to other scalable splits. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |