yurkinh / Plugin.Maui.Calendar

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

Can we use commands for Prev Next Year navigation events ? #90

Closed praveenAnto closed 1 month ago

praveenAnto commented 1 month ago

Like we are having commands for prev/next month navigations, do we have any events for year navigations ?

Ex for month navigation: PrevLayoutUnitCommand & NextLayoutUnitCommand

Also i want to reduce the height and width of cells and entire control height and width. When i am trying to change it cropping the cells. I am using Range selector calendar in windows.

yurkinh commented 1 month ago

Hi @praveenAnto Yes. There are: "PrevYearCommand" and "NextYearCommand"

praveenAnto commented 1 month ago

Thanks :)