Error!
Success!

WPF TreeView - SelectedItem Two Way Binding

0
kicks

WPF TreeView - SelectedItem Two Way Binding  (Unpublished)

Because the standard WPF TreeView implementation supports Virtualization it is unable to support two way bindings on its SelectedItem property as standard. This makes sense, because with Virtualization you may not have a container (TreeViewItem) available for any particular bound data item at the time you need it (to set its IsSelected property of the TreeViewItem to ‘True’).


Kicked By:
Drop Kicked By: