Articles in this section

How to change the time ruler size in the .NET MAUI Scheduler (SfScheduler) days and timeline views?

In the .NET MAUI Scheduler, you can adjust the time ruler size to better fit your scheduling needs. The TimeRulerWidth property is used to change the width of the time ruler in day, week, and workweek views, while the TimeRulerWidth adjusts the height in timeline day, timeline week, and timeline workweek views.

To change the time ruler size, use the TimeRulerWidth property in the DaysView and the TimeRulerHeight property in the TimelineView.


XAML

<scheduler:SfScheduler x:Name="Scheduler" AllowedViews="Day,Week,WorkWeek,TimelineDay,TimelineWeek,TimelineWorkWeek"
                    View="Week">
    <scheduler:SfScheduler.DaysView>
        <scheduler:SchedulerDaysView 
                    TimeRulerWidth="120"/>
    </scheduler:SfScheduler.DaysView>
    <scheduler:SfScheduler.TimelineView>
        <scheduler:SchedulerTimelineView 
                    TimeRulerHeight="140"/>
    </scheduler:SfScheduler.TimelineView>
</scheduler:SfScheduler>

 Output


MAUI Scheduler day view timeintervalwidth

MAUI Scheduler time interval height

 

Conclusion

I hope you enjoyed learning how to change the time ruler size in the .NET MAUI Scheduler (SfScheduler) days and timeline views.

You can refer to our .NET MAUI Scheduler feature tour page to know about its other groundbreaking feature representations and documentation, and how to quickly get started for configuration specifications. Explore our .NET MAUI Scheduler example to understand how to create and manipulate data.

For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion®, you can try our 30-day free trial to check out our other controls.

If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forumsDirect-Trac, or feedback portal. We are always happy to assist you!

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied