Skip to main content
A newer version of this page is available. .

TimelineView.ResourceAutoHeight Property

Automatically adjust the resource row height to fit all appointments in a row. The scheduler should be grouped by resources or dates.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

Declaration

public bool ResourceAutoHeight { get; set; }

Property Value

Type Description
Boolean

True, if the resource row height is adjusted automatically; otherwise, false.

Remarks

If the ResourceAutoHeight is set to true, resource rows may have a different height because each row should display all appointments belonging to a certain resource. All appointments are always visible, so “More” buttons are not displayed.

The TimelineView.ResourceMinHeight property controls the minimum resource row height.

Note

The SchedulerViewBase.ResourcesPerPage option is not in effect when the ResourceAutoHeight is set to true.

This feature may decrease the scrolling performance. Use the SchedulerViewBase.AppointmentsDeferredRendering option to increase the rendering speed.

See Also