WPF ComboBox 默认选中无效
2021-03-09 19:28
标签:ora https item ems path font soft pre col
在WPF开发当中,我发现ComboBox的默认选中逻辑失效了,仔细查找后发现后台逻辑并没有出现问题。 测试后发现在XAML中,ComBoBox控件的SelectedValue属性需要写在ItemSource之前,默认选中又恢复正常了。 搬运转发请链接注明出处。 WPF ComboBox 默认选中无效 标签:ora https item ems path font soft pre col 原文地址:https://www.cnblogs.com/lonelyxmas/p/12730279.htmlComboBox SelectedValue="{Binding TypeValue}" ItemsSource="{Binding CmbListItem}" SelectedItem="{Binding CmbSelectItem}" SelectedValuePath="TypeValue" DisplayMemberPath="Member"/>
上一篇:WPF 添加提示动画
下一篇:WPF入门学习
文章标题:WPF ComboBox 默认选中无效
文章链接:http://soscw.com/index.php/essay/62418.html