Skip to main content

TdxLayoutControlItem.ControlOptions Property

Provides access to settings for associated control customization.

Declaration

property ControlOptions: TdxLayoutItemControlOptions read; write;

Property Value

Type Description
TdxLayoutItemControlOptions

Stores settings for a control associated with a layout item.

Remarks

Use the ControlOptions property to customize layout item-related appearance and behavior settings for the associated/embedded control (assigned to the Control property).

Available Options

Use ControlOptions.AlignHorz and ControlOptions.AlignVert properties to position the associated control within the layout item. In addition, you can use ControlOptions.MinWidth and ControlOptions.MinHeight properties to adjust minimum dimensions for the associated control.

Refer to the TdxLayoutItemControlOptions class description for detailed information on all available options.

See Also