Skip to content
Marvin E edited this page Dec 25, 2025 · 21 revisions
Reference Tip
Displaying Dates A general rule to follow is that your PageStartMode should always be smaller than or equal to the time unit the calendar is navigating.
Displaying Dates If the amount of rows does not initialise correctly, try setting the AutoRows property before the Rows property.
None When setting the value of DayNameTemplate, in some cases, the DataTemplate's x:DataType property needs to be set in order for Converters or DataTriggers to work.
Sample App When copying code from the sample app, watch out for copy-paste errors.

Common issues:
  • Copied code references a style defined in the sample app but not your app.
  • Copied code references something in the ViewModel that isn't present in your app's ViewModel.
  • Copied code relies on nuget packages installed in the sample app which aren't present in your app.

Clone this wiki locally