Hi,
I'm trying to implement a feature that allows the user to search a specified text through my UltraTree nodes.
Is there a simple way to do that or I just have to loop my nodes?
Thanks!
Stefano
Ok, thank you for the reply Brian!
There is no intrinsic search functionality built into the control except for that which is provided through the the AllowKeyboardSearch property (determines whether a node is activated when the first few characters of its Text is typed by the user and the control has focus).