Skip to main content

TdxStatusBarContainerPanelStyle.AlignControl Property

Manages the alignment of elements inside the container panel.

Declaration

property AlignControl: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Use the AlignControl property to force objects within a container panel to fill the whole area of the panel. If you have, for example, a progress bar placed inside the container panel, it will be automatically resized to the size of the panel when AlignControl is True. When the AlignControl property is False, the alignment rules of the objects inside the container panel are not overridden.

Value Design Time Runtime
True
False

The default value of the AlignControl property is True.

See Also