Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有带有数据绑定的 ListPicker,我需要将第一项“无”添加到绑定项。
我该怎么做?
您可以连接到数据绑定集合(ObservableCollection??)上的集合更改事件。当它发生变化时,您可以根据需要操纵列表。