A plugin for .NET providing an API for representing a calendar along with fully customisable calendar controls for Xamarin Forms and .NET MAUI
300
stars
36
forks
source link
Add property "AutoSetStyleBasedOnDayState" to DayView #133
Closed
ME-MarvinE closed 1 year ago
If true, automatically sets the DayView 's
Style
to the style matching the currentDayState
. Otherwise, does nothing.This is useful for when the developer wants to manually set/manage the DayView's
Style
.