I bind SelectedItem to my viewmodel. When an item is selected programmatically, I don't want the treeview to automatically expand to show it. Later, if the user expands the treeview from the UI, and the selected item is revealed, it should of course be shown as selected.
Is there a built-in way to do this or must I orchestrate it myself in my view model?
I was hoping to find a property like AutoExpandToSelectedItem = false
Is there a built-in way to do this or must I orchestrate it myself in my view model?
I was hoping to find a property like AutoExpandToSelectedItem = false