lilcodelab / Xamarin.Plugin.Calendar

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

Bug 124 - ShowMonthPicker, MonthLabelColor, and DaysTitleColor values… #125

Closed wadebaird closed 2 years ago

wadebaird commented 2 years ago

… are not honored

Fixed the references to ShowLayoutUnitPicker and LayoutUnitLabelColor to reference ShowMonthPicker and MonthLabelColor respectfully.

Changed IViewLayoutEngine.GenerateLayout to take in the bindings for the calendar properties so the individual controls can be bound to the referenced properties, so any runtime changes to those values will automatically be updated in the contained controls. This also fixed the DaysTitleColor issue.

antonioseric commented 2 years ago

Closes #124