Search items in a treeview C# -


i looking way search item in treeview in c#. used following question/answer treeview search , works great. issue i'm having can through nodes have been expanded @ least once. added expandall() , collapse() load event of form can find item anywhere in tree. now, i'm dealing big hierarchies , takes 45+ seconds load dialog box because of expandall() call. there way search without calling expandall() first? lot.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -