Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Programmatically   (RSS)
Setting TreeView SelectedItem in Code
It is possible to set the selected item of a TreeView control in WPF without direct interaction with UI elements by including IsSelected property in your data object and binding it to IsSelected property of TreeViewItem. The code snippets below indicate Read More...
Page view tracker