Skip to main content

TcxSchedulerOptionsCustomize.IntegralSizing Property

Specifies whether the Date Navigator pane is resized in monthly intervals when the vertical or horizontal splitter is being dragged.

Declaration

property IntegralSizing: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

An end-user can resize the Date Navigator pane by dragging the vertical or horizontal splitter. If the IntegralSizing property is set to True the Date Navigator pane is resized in monthly intervals, otherwise it’s resized in pixels to exactly where its border is released (no snapping). As an additional effect, if the DynamicSizing property is set to False the Date Navigator pane will only be redrawn when resizing has finished (the splitter is released). Otherwise the Date Navigator pane will be redrawn continuously while it’s being resized.

Note

the Date Navigator pane is only allowed to be resized when the ControlsSizing property is set to True.

The default value of the IntegralSizing property is True.

See Also