TcxSchedulerDayView.AutoContentHeight Property
Specifies whether the visual interval of the time blocks is changed when an end-user resizes the scheduler control’s height.
Declaration
property AutoContentHeight: Boolean read; write; default False;
Property Value
Type | Default |
---|---|
Boolean | False |
Remarks
An end-user can resize the scheduler control by dragging its bottom border. If the AutoContentHeight property is set to True the visual interval of the time blocks is increased or decreased if the user enlarges or reduces the scheduler control’s height, respectively. Otherwise if this property is set to False changes to the scheduler control’s height will have no effect on the intervals’ sizes.
Note
the time block’s height depends on the font height if the AutoContentHeight property is set to False.
The default value of the AutoContentHeight property is False.
See Also