I am looking for an example of how to search for partial strings in node keys using C#. More specifically, as each character is entered into my search textbox, I want to find, highlight and ensure visible all nodes that have keys beginning
with the characters that have been entered thus far. I know how to process keystrokes, but I don't know how to search node keys for partial strings.
REvans