最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

dart - How to display more than 3 appointments per day in Syncfusion Flutter Calendar MonthView? - Stack Overflow

programmeradmin6浏览0评论

I am using the Syncfusion Flutter Calendar package to display events in a MonthView. However, I noticed that it only shows a maximum of 3 appointments per day, and the remaining ones are hidden with a more indicator.

Here is my implementation:

  view: CalendarView.month,
  dataSource: MeetingDataSource(_getDataSource()),
)

I would like to display all the appointments for each day without the 3-item limitation. Is there a way to override this behavior, or do I need to customize the monthCellBuilder?

Any help or workaround would be appreciated!

I am using the Syncfusion Flutter Calendar package to display events in a MonthView. However, I noticed that it only shows a maximum of 3 appointments per day, and the remaining ones are hidden with a more indicator.

Here is my implementation:

  view: CalendarView.month,
  dataSource: MeetingDataSource(_getDataSource()),
)

I would like to display all the appointments for each day without the 3-item limitation. Is there a way to override this behavior, or do I need to customize the monthCellBuilder?

Any help or workaround would be appreciated!

Share Improve this question asked Mar 24 at 3:18 Huy QuocHuy Quoc 31 bronze badge 0
Add a comment  | 

1 Answer 1

Reset to default 0

You'll probably want to switch to package:table_calender which is far more capable and customizable, and also open source. Be aware that the SyncFusion products in the Dart/Flutter pub are not open source. They are released under a commercial license that may subject you or your anization to a financial liability, and will affect downstream re-users of your code.

发布评论

评论列表(0)

  1. 暂无评论