Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

Delphi
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