Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
865
Filter?
posted

Is there a filtering option anywhere in XamDataTree?

Ordinary TreeView has TreeView.Items.Filter, but I couldn't find anything like that here.

Thanks in advance.

Parents
No Data
Reply
  • 8421
    posted

    At this time the only way to do this is to apply filtering on the collection used for the ItemsSource, for example if you were using a CollectionView you would apply the filtering to that. The XamDataTree will respect the filtering applied to the collection and only show the items that should be shown.

    I am going to submit a new feature request for an implementation of filtering through the XamDataTree rather than having to perform it on the collection.

Children