R – Selecting Treeviewitem in WPF

wpf-controls

I have a search textbox to search the treeviewitem and select it. The child items in treeview are lazy loaded.

I want to select the child times of a treeview passed in search textbox.

how can i achieve this?

Thanks
Sharath

Related Topic