绑定动态ComboBox集合

时间:2018-03-30 09:58:07

标签: c# wpf

动态元素已添加到表中。它们是从绑定集合中收集的。当我在ComboBox中选择另一个项目时,我希望更改与新项目关联的其他值。

如何将SelectedIndex绑定到包含这些索引的集合?

<ComboBox ItemsSource="{Binding ListConnectors}" SelectedIndex="{Binding SomeCollectionSelectedIndex}">

如何创建一个函数来正确地将索引与集合中的项绑定?

enter image description here

0 个答案:

没有答案