gpt4 book ai didi

WPF:ComboBox DisplayMemberPath 突然不再显示了?

转载 作者:行者123 更新时间:2023-12-04 16:56:44 54 4
gpt4 key购买 nike

在我的 ComboBox 中,我看到了 3 次: MyNameSpace.ViewModel.CustomerViewModel ??

实际上这段代码有效,但现在不知道我改变了什么:

      <ComboBox  DisplayMemberPath="{Binding Path=CustomerName}" SelectedIndex="0" ItemsSource="{Binding CustomersViewModel}" />

客户是一个 ObservableCollection

相同的代码可以很好地处理 ListBox,只需使用 DisplayMemberBinding 而不是 DisplayMemberPath。

怎么了?

最佳答案

DisplayMemberPath 采用路径,而不是绑定(bind)。所以只需设置 DisplayMemberPath="CustomerName"。

关于WPF:ComboBox DisplayMemberPath 突然不再显示了?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2841661/

54 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com