Exemplo n.º 1
0
 public void Reload(int[] expandIDs, int[] selectedIDs)
 {
     treeView?.SetExpanded(expandIDs ?? new int[0]);
     treeView?.SetSelection(selectedIDs ?? new int[0], TreeViewSelectionOptions.FireSelectionChanged);
 }