Skip to main content

TcxSchedulerOptionsCustomize.ControlsSizing Property

Specifies whether the scheduler’s components are allowed to be resized.

Declaration

property ControlsSizing: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

The ControlsSizing property, if its value is True, enables different kinds of resizing (see the DynamicSizing and IntegralSizing properties).

The default value of the ControlsSizing property is True.

See Also