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
145
search and filters the content of a xamDataTree
posted

Hi,

I am trying to search and filters the content of a xamDataTree based on a HierarchicalDataTemplate. The user type a string into a search TextBox and on the TextChanged event of this textbox, the content of the treeview is filtered, according to the user input. 

I am trying to do exactly what is done by the solution explorer of Visual Studio 2012. I have read a lot of articles and forums but i didn't find a solution yet. I am using a xamDataTree, a CollectionViewSource as datasource. I am using MVVM .

If anyone have an idea or even better, a solution, please share it :). Thank you in advance for your help!

Regards,
kabinad