static void ScrollNodeIntoView(dynamic tree, dynamic node)
 {
     tree.ScrollNodeIntoView(node);
     InvokeUtility.DoEvents();
 }