How is it possible to programmatically select an item in a WPF TreeView? The ItemsControl model seems to prevent it.
TreeView
ItemsControl
You need to get the TreeViewItem and then set IsSelected to true.
TreeViewItem
IsSelected
true