https://github.com/imagelistview-core/imagelistview-core
A fork of ImageListView for the newer versions dotnet.
https://github.com/imagelistview-core/imagelistview-core
dotnet imagelistview winforms
Last synced: 5 months ago
JSON representation
A fork of ImageListView for the newer versions dotnet.
- Host: GitHub
- URL: https://github.com/imagelistview-core/imagelistview-core
- Owner: imagelistview-core
- License: apache-2.0
- Fork: true (oozcitak/imagelistview)
- Created: 2022-07-14T11:57:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T18:26:45.000Z (over 1 year ago)
- Last Synced: 2025-09-22T17:58:16.845Z (9 months ago)
- Topics: dotnet, imagelistview, winforms
- Language: C#
- Homepage:
- Size: 5.14 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ImageListViewCore
A fork of [ImageListView][original] for the newer versions of dotnet.
[![NuGet Version][nuget-shield]][nuget]
[![NuGet Downloads][nuget-shield-dl]][nuget]
## Installation
You can install this package via the `Package Manager Console` in Visual Studio.
```powershell
Install-Package ImageListViewCore
```
## ImageListView
- [Documentation](http://oozcitak.github.io/imagelistview)
- [GitHub Repository][original]
- [NuGet Package](https://www.nuget.org/packages/ImageListView)
- [Sponsor](https://github.com/oozcitak/imagelistview#donations)
## ImageListView Contributors
- [Özgür Özçıtak](https://github.com/oozcitak) *(Author)*
- [Contributors](https://github.com/oozcitak/imagelistview/blob/master/ImageListView/Contrib.txt)
- [GitHub Contributors](https://github.com/oozcitak/imagelistview/graphs/contributors)
## License
This project is licensed under the same [Apache-2.0 License](LICENSE) as the original project.
[nuget]: https://www.nuget.org/packages/ImageListViewCore
[nuget-shield]: https://img.shields.io/nuget/v/ImageListViewCore.svg?label=NuGet
[nuget-shield-dl]: https://img.shields.io/nuget/dt/ImageListViewCore?label=Downloads&color=red
[original]: https://github.com/oozcitak/imagelistview