c# - CollectionViewSource FilterDescriptions with LiveFiltering -


i binding integer value collectionview source filtering properties. possible filter viewsource withing xaml without using code behind.

view in continuous refresh order value , sorting

<collectionviewsource x:key="items" source="{binding itemsource, elementname=testitems }" islivesortingrequested="true" islivefilteringrequested="true" >       <collectionviewsource.sortdescriptions>         <scm:sortdescription propertyname= "order"  />       </collectionviewsource.sortdescriptions>       <collectionviewsource.livesortingproperties>         <clr:string>order</clr:string>       </collectionviewsource.livesortingproperties>        <collectionviewsource.livefilteringproperties>         <clr:string>order</clr:string>       </collectionviewsource.livefilteringproperties> 

if order becomes invalid collectionviewsource should hidden or collapsed


Comments

Popular posts from this blog

4x4 Matrix in Python -

python - String indices must be integers and while issue -

wso2is - WSO2 IS 5.0.0 SP1 After restart there is authentication error -