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