yurkinh / Plugin.Maui.Calendar

.NET MAUI port of XF calendar plugin
MIT License
108 stars 11 forks source link

Events are not being displayed in the detail panel #58

Closed inimirpaz closed 1 month ago

inimirpaz commented 1 month ago

Repro: https://github.com/inimirpaz/maui_issues/tree/calendar_event_issue (was not the case with the Xamarin plugin)

The dot appears in the days containg events but the Calendar.EventTemplate are not being shown in the detail panel. immagine

yurkinh commented 1 month ago

Hi @inimirpaz Thanks for the repro sample. I will take a look at this issue. Have you tried property EventsScrollViewVisible="True"

inimirpaz commented 1 month ago

Hi @yurkinh Thanks, that was it! May I suggest to add that to the repo readme? (It is a change of a previous default behavior)