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

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. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

#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

If the ViewMode property is set to Standard, the auto height feature is enabled regardless of the TimelineView.ResourceAutoHeight property value.

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