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.
我必须将项目源绑定到ComboBoxwpf 中的 at window load 事件DataGrid edititemtemplate。那么,我怎样才能ComboBox从代码中调用它来绑定数据呢?
ComboBox
DataGrid
edititemtemplate
comboBox.SelectionChanged += (a, b) => { comboBox.SelectedValue.ToString(); };