-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
In version 1.2.4 (released) regardless of setting IsTodayHighlighted, today is highlighted. This makes it impossible to determine if it is currently selected. This code:
<Calendar SelectionMode="MultipleRange" DisplayDateStart="{x:Static sys:DateTime.Now}"
IsTodayHighlighted="False"/>
will reproduce the issue. Under my color scheme (done using overrides) it looks like this:
Both the 29th and the 30th are selected, but it looks like only the 30th is. I have yet to find a way to override this behavior. (I tried setting AccentColorBrush to Transparent, but because selection uses this brush as well, it breaks when selecting any dates).