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.
我正在处理WPF应用程序,我正在使用XamGrid. 我正在将数据绑定到项目源,并且我xamGrid包含一XamComboEditor列,另一列是图像列。第一次将数据分配给项目源,它的工作完美。但我想要的是,当用户从XamComboEditor图像中选择任何项目时,也应该根据XamComboEditor选择更改事件的值进行更改。
WPF
XamGrid
xamGrid
XamComboEditor
我的代码