How to create unselectable TreeViewItem in WPF

Posted by ebattulga on Stack Overflow See other posts from Stack Overflow or by ebattulga
Published on 2010-05-01T14:56:11Z Indexed on 2010/05/01 14:57 UTC
Read the original article Hit count: 993

Filed under:
|

I'm binding TreeView. My reason is treeview level 0 is unselectable. When i click level 0 treeviewitem, current item must be collapse and first child item must be selected.

How to do this?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about triggers