An open API service indexing awesome lists of open source software.

https://github.com/michael-valdron/directory-tree

A user control for .NET which expands on the TreeView control to give the ability to reperesent a directory structure.
https://github.com/michael-valdron/directory-tree

csharp directory directorychooser directorytree dotnet expands treeview-control usercontrol

Last synced: 4 months ago
JSON representation

A user control for .NET which expands on the TreeView control to give the ability to reperesent a directory structure.

Awesome Lists containing this project

README

        

# Directory Tree

[![Testing CI](https://github.com/michael-valdron/directory-tree/actions/workflows/testing.yml/badge.svg)](https://github.com/michael-valdron/directory-tree/actions/workflows/testing.yml)
[![Nuget](https://img.shields.io/nuget/v/DirectoryTree)](https://www.nuget.org/packages/DirectoryTree)
[![License](https://img.shields.io/github/license/michael-valdron/directory-tree)
](LICENSE)

A user control for .NET which expands on the TreeView control to give the ability to represent a directory structure.

## Installation

- .NET CLI: `dotnet add package DirectoryTree --version 1.1.0`
- NuGet Package Manager: `NuGet\Install-Package DirectoryTree -Version 1.1.0`

## Contributing

Thank you for considering contributing, please start by opening an [issue](https://github.com/michael-valdron/directory-tree/issues/new/choose) if the bug or feature request is not present under [issues](https://github.com/michael-valdron/directory-tree/issues).

**Please note** that not all contributions are accepted and the acceptance of contribution will solely up to the maintainer's discretion.