我有一个组合框,它填充在来自其他两个组合的选择中。没问题我有这个工作。问题是我只想在发生这种情况后激活 Selected Item 绑定。
这是我的组合
<cuc:ComboBox Name="GopLenTypeCombo" Width="240" Height="24"
IsSynchronizedWithCurrentItem="True"
SelectedValue="{Binding Mode=TwoWay, Source={StaticResource ProfileDataProvider}, XPath=GopLenType}"
IsEnabled="False"/>
在填充组合之前,如何停止 SelectedValue 绑定工作?