syncfusion / flutter-examples

This repository contains the Syncfusion Flutter UI widgets examples and the guide to use them.
Other
1.98k stars 775 forks source link

SfCalendar - appointment not display properly in CalendarView.day view #745

Closed ArtiChauhan04 closed 1 year ago

ArtiChauhan04 commented 1 year ago

Problem:

Screenshots: IMG_20230303_184231 IMG_20230303_184231

Indumathi1195R commented 1 year ago

Regarding Query: It is possible to display all event in parallel (take whole height of timeIntervalHeight of sf Calendar ) in vertical view in given timeIntervalHeight of sf calendar.

By using the minimumAppointmentDuration property you can display the appointment with arbitrary height to appointments when it has a minimum duration. We have UG documentation for the same. Please find the UG from the following link.

UG link: https://help.syncfusion.com/flutter/calendar/timeslot-views#minimum-appointment-duration

We hope that this helps you. Please let us know if you need further assistance.