SimpleTreeViewLib 2.0.0

dotnet add package SimpleTreeViewLib --version 2.0.0
                    
NuGet\Install-Package SimpleTreeViewLib -Version 2.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SimpleTreeViewLib" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SimpleTreeViewLib" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="SimpleTreeViewLib" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SimpleTreeViewLib --version 2.0.0
                    
#r "nuget: SimpleTreeViewLib, 2.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SimpleTreeViewLib@2.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SimpleTreeViewLib&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=SimpleTreeViewLib&version=2.0.0
                    
Install as a Cake Tool

create a easy lits of nodes on treeView, this library  string to node arrays

     TreeView view1 = new TreeView();
     TreeView view2 = new TreeView();
     
     string key = "Root";
     string[] direcciones = {
                             "/erp/rrhh",
                             "/erp/empleados/sistema",
                             "/erp/empleados/artes",
                             "/erp/seguros/artes",
                             "/erp/empleados/artes/valores",
                             "/video/otros",
                             "/video/"
                            };


     view1.Nodes.CreateNodes( key, direcciones);

     view2.CreateTree(key, direcciones);

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0 783 3/25/2020
1.1.5 692 3/25/2020
1.1.4 1,220 11/4/2019
1.1.3 640 11/4/2019
1.1.2 1,023 11/4/2019
1.0.2 1,022 11/4/2019
1.0.1 1,034 11/4/2019
1.0.0 1,009 11/4/2019