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.1.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 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.