Rewriting / Extending WPF TreeView
Note that this thread has been marked as answered.Anyone looking at it will see that and people who might otherwise answer your question are likely not to bother clicking on the thread to expand it.So...
View ArticleRewriting / Extending WPF TreeView
Hi weagle07 I also have the same ploblem about the treeview with you. When I use the Itemsources proberties then the treeview only show one level. Please help. Ryan
View ArticleRewriting / Extending WPF TreeView
Thank you!!!!!! I've been bothered by this problem for 2 days!! I did not know that ItemsSource only went one deep. thanks a lot!
View ArticleRewriting / Extending WPF TreeView
Since your inner TreeViewItems are inside a DataTemplate I don't think they are handled correctly in the TreeView when selected.Notice that your top level item is selectable, it is properly connected...
View ArticleRewriting / Extending WPF TreeView
I'm not sure if there is a bug in WPF or this is just not currently supported, but I'm having a problem selecting child elements in DYNAMICALLY created trees. I can select the TreeViewItem as a whole...
View Article