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: 8 months ago
JSON representation
A user control for .NET which expands on the TreeView control to give the ability to reperesent a directory structure.
- Host: GitHub
- URL: https://github.com/michael-valdron/directory-tree
- Owner: michael-valdron
- License: mit
- Created: 2017-04-29T02:02:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-01-24T05:46:03.000Z (over 1 year ago)
- Last Synced: 2025-10-06T23:57:49.302Z (8 months ago)
- Topics: csharp, directory, directorychooser, directorytree, dotnet, expands, treeview-control, usercontrol
- Language: C#
- Homepage:
- Size: 354 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Directory Tree
[](https://github.com/michael-valdron/directory-tree/actions/workflows/testing.yml)
[](https://www.nuget.org/packages/DirectoryTree)
[
](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.