lilcodelab / Xamarin.Plugin.Calendar

Calendar plugin for Xamarin.Forms
MIT License
260 stars 60 forks source link

ShowMonthPicker, MonthLabelColor, and DaysTitleColor values are not honored. #124

Closed wadebaird closed 2 years ago

wadebaird commented 2 years ago

Describe the bug ShowMonthPicker is not being honored (ShowLayoutUnitPicker is bound in the controls, but it doesn't exist in the code) MonthLabelColor is not being honored (LayoutUnitText is bound in the controls, but it doesn't exist in the code) DaysTitleColor value is not being honored on the calendar.

Also, runtime changes to DaysTitleHeight, DaysTitleColor, DaysTitleLabelStyle, and DayViewSize are not reflected in the runtime controls.

To Reproduce N/A

Expected behavior ShowMonthPicker, MonthLabelColor, and DaysTitleColor

Screenshots N/A

Version information:

Additional context N/A