Can I do Text search with multibinding
问题 I have below combo box in mvvm-wpf application. I need to implement "Text search" in this..(along with multibinding). Can anybody help me please. <StackPanel Orientation="Horizontal"> <TextBlock Text="Bid Service Cat ID" Margin="2"></TextBlock> <ComboBox Width="200" Height="20" SelectedValuePath="BidServiceCategoryId" SelectedValue="{Binding RelativeSource={RelativeSource AncestorType={x:Type UserControl}}, Path=DataContext.SelectedBidServiceCategoryId.Value}" ItemsSource="{Binding