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.
从列表数据结构中删除/添加项目时,如何设置双向绑定?目前,我的列表框中的每个项目都显示字符串值,如果我更新这些值中的任何一个,我将通过 propertyChanged 通知设置双向绑定。虽然如果我从列表中完全删除该项目,我如何更新列表?这是我想更新Student.CompSciList.RemoveAt(listBox.SelectedIndex) 的行。
您必须使用一个列表来通知您的控件是否发生了变化,例如ObservableCollection