SyncfusionExamples / change-time-interval-width-and-height-in-flutter-event-calendar

How to change the time interval width and height in the Flutter event calendar (SfCalendar)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to change the time interval width and height in the Flutter Calendar?

A quick-start example to help you to change the time interval width and height in the Flutter Calendar.

You can customise the time interval, width, and height in the Flutter Event Calendar by using the properties timeInterval, timeIntervalHeight, and timeIntervalWidth in TimeSlotViewSettings. Calendar time interval height can be adjusted based on screen height by changing the value of this property to -1. It will auto-fit to the screen height and width and this property is applicable only for a day, week, and work week view of the calendar.

By setting the timeIntervalWidth property to -1, the calendar time slot width can be adjusted based on the screen width, which will be auto-fit to the screen width.The timeIntervalWidth property is only applicable for timeline day, timeline week, timeline work week, timeline month views.

You can also refer our UG documentation to know more about TimeSlotsCustomization

Requirements to run the demo

How to run this application

To run this application, you need to first clone or download the ‘create a flutter maps widget in 10 minutes’ repository and open it in your preferred IDE. Then, build and run your project to view the output.

Further help

For more help, check the Syncfusion Flutter documentation, Flutter documentation.

About

How to change the time interval width and height in the Flutter event calendar (SfCalendar)


Languages

Language:C++ 43.4%Language:CMake 38.8%Language:Dart 6.0%Language:HTML 3.8%Language:C 2.9%Language:Swift 2.4%Language:Objective-C 1.3%Language:Java 1.1%Language:Kotlin 0.3%