TdxCustomLayoutControl.AutoContentSizes Property
In This Article
Deprecated. This property exists for backward compatibility only. Instead, use AlignHorz and AlignVert properties at the level of individual layout items.
#Declaration
Delphi
property AutoContentSizes: TdxLayoutAutoContentSizes read; write;
#Property Value
Type | Description |
---|---|
Tdx |
A set of flags that specify if automatic content width and height adjustment is enabled. |
See Also