Click here to Skip to main content
15,867,686 members
Articles / Desktop Programming / WPF

A n-level Nested Directory Tree WPF Demo

Rate me:
Please Sign up or sign in to vote.
4.91/5 (4 votes)
15 May 2015CPOL3 min read 17.8K   494   11  
Example of data binding for nested tree structure, and MVVM pattern.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
United States United States
while (live) {
try {
learn();
code();
food();
...
} catch (Exception ex) {
recover();
}
}

Comments and Discussions