https://oozcitak.github.io/imagelistview/
A .NET listview control for image files with asynchronously loaded thumbnails.
https://oozcitak.github.io/imagelistview/
image listview net winforms
Last synced: 27 days ago
JSON representation
A .NET listview control for image files with asynchronously loaded thumbnails.
- Host: GitHub
- URL: https://oozcitak.github.io/imagelistview/
- Owner: oozcitak
- License: apache-2.0
- Created: 2015-07-28T09:53:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-13T12:05:11.000Z (over 1 year ago)
- Last Synced: 2025-04-29T21:23:09.447Z (about 1 month ago)
- Topics: image, listview, net, winforms
- Language: C#
- Homepage: http://oozcitak.github.io/imagelistview/
- Size: 5.88 MB
- Stars: 172
- Watchers: 26
- Forks: 70
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-dotnet-winforms - ImageListView
README
[](http://www.apache.org/licenses/LICENSE-2.0)
[](https://www.nuget.org/packages/ImageListView)ImageListView is a winforms control for displaying a list of image files. It looks and operates similar to the standard ListView control. Image thumbnails are loaded asynchronously with a separate background thread.
ImageListView requires .NET framework 3.5 to take advantage of the Windows Imaging Component. It is possible to recompile ImageListView to [target .NET 2.0](https://github.com/oozcitak/imagelistview/wiki/WICSupport) without Windows Imaging Component.
# Features #
* Asynchronously loaded image thumbnails
* [Custom renderers](https://github.com/oozcitak/imagelistview/wiki/ImageListViewRenderer)
* [Thumbnails, Gallery, Pane, Details, HorizontalStrip and VerticalStrip view modes](https://github.com/oozcitak/imagelistview/wiki/ViewModes)
* Ability to extract embedded thumbnails
* Drag&drop support
* Works with .NET 3.5
* Optionally works with [.NET 2.0](https://github.com/oozcitak/imagelistview/wiki/WICSupport) and [Mono 2.6](https://github.com/oozcitak/imagelistview/wiki/MonoSupport)
# Installation #
If you are using [NuGet](https://nuget.org/) you can install the assembly with:
`PM> Install-Package ImageListView`
# Documentation #
Please visit: http://oozcitak.github.io/imagelistview/
# Donations #
Please consider becoming a backer or sponsor to help support development.[
](https://opencollective.com/imagelistview)