TcxGridRowLayoutStretch Enum
In This Article
Enumerates data row layout stretch modes.
#Declaration
Delphi
TcxGridRowLayoutStretch = (
fsNone,
fsHorizontal,
fsVertical,
fsClient
);
#Members
Name | Description | Example |
---|---|---|
fs
|
A layout displays editors as is. |
|
fs
|
Editors are stretched horizontally to fit to the available width. |
|
fs
|
Editors are stretched vertically to fit to the available height. |
|
fs
|
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