Skip to main content
A newer version of this page is available. .

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.

Unstretched Layout

fsHorizontal

Editors are stretched horizontally to fit to the available width.

Horizontally Stretched Layout

fsVertical

Editors are stretched vertically to fit to the available height.

Vertically Stretched Layout

fsClient

Editors are stretched vertically and horizontally to occupy an entire layout.

Horizontally and Vertically Stretched Layout

Remarks

A grid Table View’s LayoutRow.DefaultStretch property has the TcxGridRowLayoutStretch type.

See Also