WPF ComboBox 默認選中無效

WPF開發當中,我發現ComboBox默認選中邏輯失效了,仔細查找後發現後臺邏輯並沒有出現問題測試

測試後發如今XAML中,ComBoBox控件的SelectedValue屬性須要寫在ItemSource以前,默認選中又恢復正常了。spa

<ComboBox SelectedValue="{Binding TypeValue}" ItemsSource="{Binding CmbListItem}" SelectedItem="{Binding CmbSelectItem}" SelectedValuePath="TypeValue" DisplayMemberPath="Member"/>
相關文章
相關標籤/搜索