yurkinh / Plugin.Maui.Calendar

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

Disable collapse of the calender if date is clicked #34

Closed ablersch closed 7 months ago

ablersch commented 7 months ago

Hi,

is it possible to deactivate the collapse when clicking on the date of a selected event, so that the calendar is not collapsed.

Regards Andreas

yurkinh commented 7 months ago

Hi @ablersch Yes. Check please AdvancedCalendar page and inside calendar footer remove "

        <TapGestureRecognizer Command="{Binding ShowHideCalendarCommand}" />

" You have full control over footer and header of calendar

ablersch commented 7 months ago

Thx, works with a custom footer section.