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
#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 ViewTimeline
property value.
The Scheduler
This feature may decrease the scrolling performance. Use the SchedulerViewBase.AppointmentsDeferredRendering option to increase the rendering speed.