I've written code to find a specific node and now I want to highlight it as if the user selected it. I've tried this:
trvCalls.SelectedNode = tnCallNode
But it does not highlight the node. I've searched the FAQ and this forum and didn't find anything that worked. Can someone point me in the right direction? Thanks in advance!
trvCalls.SelectedNode = tnCallNode
But it does not highlight the node. I've searched the FAQ and this forum and didn't find anything that worked. Can someone point me in the right direction? Thanks in advance!