TdxCustomLayoutControl.AutoContentSizes Property
In This Article
Specifies whether the size of the layout control’s contents is managed by the layout control.
#Declaration
Delphi
property AutoContentSizes: TdxLayoutAutoContentSizes read; write;
#Property Value
Type |
---|
Tdx |
#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