TdxCustomLayoutControl.AutoContentSizes Property
Specifies whether the size of the layout control’s contents is managed by the layout control.
Declaration
property AutoContentSizes: TdxLayoutAutoContentSizes read; write;
Property Value
Type |
---|
TdxLayoutAutoContentSizes |
Remarks
This property is obsolete; use the TdxCustomLayoutItem.AlignHorz and TdxCustomLayoutItem.AlignVert properties instead.
Set the TdxCustomLayoutItem.AlignHorz property to ahParentManaged, and the TdxCustomLayoutItem.AlignVert property to avParentManaged, to achieve the same result.
See Also