TdxLayoutItemControlOptions.FixedSize Property
Specifies whether a control is automatically sized.
Declaration
property FixedSize: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
This property is obsolete; use the item’s ControlOptions.AlignHorz and ControlOptions.AlignVert properties instead.
The FixedSize property’s default value is False.
See Also