Back to Devexpress

TdxRichEditTableLayoutType Enum

vcl-dxrichedit-dot-nativeapi-a1196227.md

latest525 B
Original Source

TdxRichEditTableLayoutType Enum

Enumerates table layout types.

Declaration

delphi
TdxRichEditTableLayoutType = (
    Fixed,
    Autofit
);

Members

NameDescription
Fixed

Column widths are fixed regardless of the table’s content.

| | Autofit |

The Rich Edit control splits up the total table width between columns according to their longest cell content.

|

See Also

dxRichEdit.NativeApi Unit