Info
| Version: | 1.0.0 | 
| Author(s): | Ashley Davis | 
| Last Update: | Tuesday, October 13, 2015 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | http://www.codeproject.com/Articles/182683/NetworkView-A-WPF-custom-control-for-visualizing-a | 
| NuGet Url: | https://www.nuget.org/packages/NetworkView | 
Install
Install-Package NetworkView
                        dotnet add package NetworkView
                        paket add NetworkView
                        
                                NetworkView Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
Tags
                
NetworkView, as I have called it, was inspired by and has many similarities to standard WPF controls such as ItemsControl and TreeView. The article and the sample code show how to use the control from XAML and from C# code.