-
-
Notifications
You must be signed in to change notification settings - Fork 69
Home
Ozgur Ozcitak edited this page Jul 28, 2015
·
4 revisions
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 to target .NET 2.0 without Windows Imaging Component.
- 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 .NET 2.0 and Mono 2.6
If you are using NuGet you can install the assembly with:
PM> Install-Package ImageListView