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.
- Host: GitHub
- URL: https://github.com/michael-valdron/directory-tree
- Owner: michael-valdron
- License: mit
- Created: 2017-04-29T02:02:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-23T07:49:45.000Z (4 months ago)
- Last Synced: 2025-01-23T08:28:36.974Z (4 months ago)
- Topics: csharp, directory, directorychooser, directorytree, dotnet, expands, treeview-control, usercontrol
- Language: C#
- Homepage:
- Size: 349 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
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.