WPF ComboBox 默认选中无效

2021-01-19 05:13

阅读:352

标签:box   htm   sele   pre   binding   display   selected   com   blog   

原文:WPF ComboBox 默认选中无效

WPF开发当中,我发现ComboBox默认选中逻辑失效了,仔细查找后发现后台逻辑并没有出现问题

测试后发现在XAML中,ComBoBox控件的SelectedValue属性需要写在ItemSource之前,默认选中又恢复正常了。

ComboBox SelectedValue="{Binding TypeValue}" ItemsSource="{Binding CmbListItem}" SelectedItem="{Binding CmbSelectItem}" SelectedValuePath="TypeValue" DisplayMemberPath="Member"/>

WPF ComboBox 默认选中无效

标签:box   htm   sele   pre   binding   display   selected   com   blog   

原文地址:https://www.cnblogs.com/lonelyxmas/p/12160874.html


评论


亲,登录后才可以留言!