TcxSchedulerOptionsCustomize.DynamicSizing Property
Specifies whether the Date Navigator pane is continuously redrawn while the vertical or horizontal splitter is being dragged.
Declaration
property DynamicSizing: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
An end-user can resize the Date Navigator pane by dragging the vertical or horizontal splitter. If the value of the DynamicSizing property is True the Date Navigator pane is redrawn continuously while it’s being resized. Otherwise it will only be redrawn when resizing has finished (the splitter is released).
Note
The Date Navigator pane is only allowed to be resized when the ControlsSizing property is set to True.
The default value of the DynamicSizing property is False.
See Also