Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxSchedulerOptionsCustomize.ControlsSizing Property

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

#Declaration

Delphi
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