-
-
Notifications
You must be signed in to change notification settings - Fork 39
Tips
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:
|