Skip to main content

TdxCustomLayoutControl.AutoContentSizes Property

Deprecated. This property exists for backward compatibility only.

Tip

Use AlignHorz and AlignVert properties at the level of individual layout items instead of AutoContentSizes.

Declaration

property AutoContentSizes: TdxLayoutAutoContentSizes read; write;

Property Value

Type Description
TdxLayoutAutoContentSizes

A set of flags that specify if automatic content width and height adjustment is enabled.

See Also