Introduction
ImageListView is a .NET 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 without Windows Imaging Component.
Features
- Asynchronously loaded image thumbnails
- Custom renderers
- Thumbnails, Gallery, Pane and Details view modes
- Ability to extract embedded thumbnails
- Drag&drop support
- Works with .NET 3.5
- Optionally works with Mono 2.6
Installation
If you are using NuGet search for ImageListView
in the NuGet Package Manager or install the assembly from the package manager console with:
PM> Install-Package ImageListView