Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-13T12:05:11.000Z (11 months ago)
- Last Synced: 2024-04-14T09:04:45.419Z (7 months ago)
- Topics: image, listview, net, winforms
- Language: C#
- Homepage: http://oozcitak.github.io/imagelistview/
- Size: 5.88 MB
- Stars: 164
- 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
[![License](http://img.shields.io/github/license/oozcitak/imagelistview.svg?style=flat-square)](http://www.apache.org/licenses/LICENSE-2.0)
[![Nuget](https://img.shields.io/nuget/v/ImageListView.svg?style=flat-square)](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)![ImageListView](https://github.com/oozcitak/imagelistview/blob/wiki/ImageListView.thumbnails.jpg)
# 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)