Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 8th, 2012  |  syntax: None  |  size: 0.54 KB  |  hits: 9  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Databound ListView Multi-Select and Filtering
  2. <DataTrigger Value="False">
  3.                 <DataTrigger.Binding>
  4.                     <MultiBinding Converter="{StaticResource filterToBoolean}">
  5.                         <Binding Path="Description" />
  6.                         <Binding ElementName="txtFilter" Path="Text" />
  7.                     </MultiBinding>
  8.                 </DataTrigger.Binding>
  9.                 <Setter Property="Visibility" Value="Collapsed" />
  10.                 <Setter Property="Focusable" Value="False" />
  11.             </DataTrigger>