# ImageListView **Repository Path**: sesametechgroup/imagelistview ## Basic Information - **Project Name**: ImageListView - **Description**: 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. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2018-06-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: desktop-ui **Tags**: None ## 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 .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](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 and Details 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`