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

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.

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