Hello everybody,
Whats the best/efficient way to filter a Treeview nodes using WinForms.TreeView?
For example: I typed "abc" and only the Nodes contained "abc" become visible. Then I typed "abcd", and I should to see the only Nodes containing "abcd" text. And so on, so each time I changed filter criterion the treeview content is also changes.
Any ideas?
-- Best wishes, Murat