TcxSchedulerOptionsView.VertSplitterWidth Property
In This Article
Specifies the width of the vertical splitter in pixels.
#Declaration
Delphi
property VertSplitterWidth: Integer read; write; default cxDefaultSplitterWidth;
#Property Value
Type | Default |
---|---|
Integer | cx |
#Remarks
The vertical splitter is a vertical bar between the scheduling area on one side and the Date Navigator and Control Box on the other.
Note
the splitter’s minimum width cannot be less than that denoted by the cx
The default value of the VertSplitterWidth property is cxDefaultSplitterWidth.
See Also