TcxGridRowLayoutStretch Enum
Enumerates data row layout stretch modes.
Declaration
TcxGridRowLayoutStretch = (
fsNone,
fsHorizontal,
fsVertical,
fsClient
);
Members
Name | Description | Example |
---|---|---|
fsNone
|
A layout displays editors as is. |
|
fsHorizontal
|
Editors are stretched horizontally to fit to the available width. |
|
fsVertical
|
Editors are stretched vertically to fit to the available height. |
|
fsClient
|
Editors are stretched vertically and horizontally to occupy an entire layout. |
Remarks
A grid Table View’s LayoutRow.DefaultStretch property has the TcxGridRowLayoutStretch type.
See Also