5
讓WPF DatePicker
顯示預定義DateTime
(例如DateTime.Today
),同時仍然保持綁定的最佳方式是什麼?WPF DatePicker show DateTime.Today或Binding
和
Text="{Binding Path=MyPublicProperty.ADateTimeMemberProperty, Mode=TwoWay}"
不玩好起來。當加載UserControl
時,我希望它顯示今天的日期,直到選中一行。有沒有辦法讓他們相處?