将项添加到ListBox而无需访问其ItemsSource

时间:2012-11-08 11:22:31

标签: wpf .net-3.5 listbox selectionchanged

我刚刚将一个项目从.NET 3.5升级到4.0,并发现ListBoxes的行为有所不同。有时使用

从后面的代码中将项添加到ListBoxes
this.myListBox.SelectedItem = new MyItemType();

这不再触发myListBox.SelectionChanged事件并导致程序中的错误。有没有更好的方法呢?

谢谢, 马特

0 个答案:

没有答案