yurkinh / Plugin.Maui.Calendar

.NET MAUI port of XF calendar plugin
MIT License
131 stars 12 forks source link

PrevMonthCommand, NextMonthCommand is removed #68

Closed yashaswinidc closed 3 months ago

yashaswinidc commented 3 months ago

PrevMonthCommand, NextMonthCommand These 2 commands to switch between the Months is removed. Which was available in "Xamarin.Plugin.Calendar" earlier.

Any alternative solution to achieve this would be helpful

image image
yashaswinidc commented 3 months ago

<?xml version="1.0" encoding="UTF-8" ?> <ContentView xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:ctrlcal="clr-namespace:Plugin.Maui.Calendar.Controls;assembly=Plugin.Maui.Calendar">

![Uploading image.png…]()
yurkinh commented 3 months ago

Hi @yashaswinidc Those commands should be present. Check please Advanced sample "CalendarHeader" control

yashaswinidc commented 3 months ago

Hi @yurkinh, Thanks for the response

PrevLayoutUnitCommand & NextLayoutUnitCommand are the replaced commands.