Method SetSelected
SetSelected(TreeViewItem, bool)
Sets whether the item is selected or not.
void SetSelected(TreeViewItem item, bool value)
Parameters
itemTreeViewItemThe TreeViewItem to modify.
valueboolIndicates whether the item is selected.