yurkinh / Plugin.Maui.Calendar

.NET MAUI port of XF calendar plugin
MIT License
141 stars 13 forks source link

Question: UI for list of events of the day #89

Closed Rodionbar closed 1 month ago

Rodionbar commented 1 month ago

Hello,

currently calendar marks days where we have events with a red dot, but doesn't show any details of these events (screenshot is attached). So it's necessary to develop a separate ListView or whatever to let user see all cool events of the day.

Do you have in plans any default implementation of such list?

Many thanks in advance!

calendar_screenshot

yurkinh commented 1 month ago

Hi @Rodionbar , There is already a list of events. It's just disabled by default.

Enable/Disable the visibility of the Events scrollview panel at the bottom Sample properties:

EventsScrollViewVisible="True"

MykhailoDav commented 1 month ago

Hi @Rodionbar , Would you be kind enough to tell us if @yurkinh's answer helped you?

Rodionbar commented 1 month ago

Hi,

yes, it helped, and there are no more questions for now. The only suggestion is maybe to set EventsScrollViewVisible = "True" by default.

yurkinh commented 1 month ago

Hi @Rodionbar Initially, it was set to "true" but somebody has asked how to disable it? And can we set it to "false" by default)) To avoid confusion and just to get plain calendar I have disabled it ))