我有以下情况:在xaml中我从数据库中获取值并填充组合框..如果组合框中的选定项具有值“x”我想隐藏工作窗口中的某些元素.thx for你的提示
<TextBlock Text="XYZ:"/>
<ComboBox ItemsSource="{Binding DataContext.KeyLists.XYZ,
RelativeSource={RelativeSource AncestorType={x:Type UserControl}}}"
SelectedValuePath="XYZId"
SelectedValue="{Binding XYZId, Mode=TwoWay}"
DisplayMemberPath="Name" />
答案 0 :(得分:0)
有很多方法可以解决这个问题。