TcxSchedulerOptionsCustomize.ControlsSizing Property
In This Article
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