TreeView.SetSelection
public void SetSelection(IList<int> selectedIDs);
Parameters
| selectedIDs | TreeViewItem IDs. | |
| options | Options for extra logic performed after the selection. See TreeViewSelectionOptions. |
Description 描述
Set the selected items of the TreeView.
See Also: TreeViewSelectionOptions.