快速提问:我有一个绑定到 DateTime 值的 Calendar 的 SelectedDate 属性。但是,无论当前的 SelectedDate 值是多少,日历都会默认显示带有今天日期的“页面” 。So when the selected date is, let's say, in 1989, I have to navigate to that year manually to see that the correct date is actually selected. 每当数据绑定机制更新 SelectedDate 时,如何使其自动跳转到具有所选日期的相关“页面” ?