WPF TreeView - SelectedItem Two Way Binding(www.deanchalk.me.uk)
submitted by
ButtonChrome(230) 8 months, 25 days ago
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’).
|category: Windows Presentation Foundation
|Views: 62
tags:
WPF another
Everyones tags:
Your Tags: