JeffryLI
发表于 2018-12-25 18:27:09
额,您的问题是绑定模式,你绑定的这种模式就找不到值啊,这个你加个dropdown的事件看一下就清楚了
我的这边改法是
<ComboBox ItemsSource="{Binding RelativeSource={RelativeSource
FindAncestor,
AncestorType={x:Type c1:C1FlexGrid},
AncestorLevel=1}, Path=ItemsSource}" DisplayMemberPath="Cities" SelectedValuePath="Cities" DropDownClosed="ComboBox_DropDownClosed" >
</ComboBox>
已经不是控件层面的问题了