How to have the same height for SfScheduler resources
Goodmorning,
it is possible to keep the same height for the resources. up to 4 resources I can keep the same height but going to 5 the height changes for all resources? First image is height for 4 resources, the second image for more than 4 resources.
Thanks. Best regards.
Roberto
Yes, by default the SfScheduler component automatically adjusts the height of the resource rows based on the number of resources being displayed. This is why you're seeing consistent height with up to 4 resources, but a change when adding more than 4.
To maintain a consistent row height regardless of the number of resources, you can try setting a fixed height manually using the rowAutoHeight and resourceHeaderTemplate Connections Game properties along with custom CSS.
Goodmorning,
I'm using .net MAUI, this is part of the code:
<scheduler:SfScheduler.ResourceView>
<scheduler:SchedulerResourceView
Resources="{Binding SchedulerResources,Source={RelativeSource AncestorType={Type local:ProjectsProgressViewModel}}}"
MinimumRowHeight="100">
<scheduler:SchedulerResourceView.Mapping>
<scheduler:SchedulerResourceMapping Id="Id" Background="Background" Foreground="Foreground"/>
</scheduler:SchedulerResourceView.Mapping>
</scheduler:SchedulerResourceView>
</scheduler:SfScheduler.ResourceView>
I'm not able to find
rowAutoHeightor how to implement
resourceHeaderTemplate.
Could you show me a simple example.
Thanks. Best regards.
Roberto
Hi Roberto Becchet,
Currently, there is no support for setting the same height for all resources. You can set the minimum height for all rows using the RowMinHeight property. This helps to prevent the row height from decreasing, but if there are more appointment in the resource, the resource height will auto adjust.
For ResourceHeaderTemplate, you can refer to the document and sample code at the links below:
Document: Resource View in MAUI Scheduler Control | Syncfusion®
We already created the feature request and added it to our feature list. You can track the progress by using link below.
- Feedback for Resource height: Customizable Resource Height in Timeline Views in .NET MAUI | Feedback Portal
- Feedback for Support to add visible resource count in timeline view resource view in .NET MAUI | Feedback Portal
We prioritize features for each release based on demand. While we don't have immediate plans to implement this due to current commitments, the feature will be considered for any one of our upcoming releases.
We encourage you to cast your vote for this feature, and if you have any additional suggestions or requirements, feel free to add them as a comment on the feedback portal.
Thank you for your understanding.
Best regards,
Arul Jenith B.
- 3 Replies
- 3 Participants
-
RB Roberto Becchetti
- Jun 26, 2025 02:47 PM UTC
- Jun 27, 2025 10:47 AM UTC