一个用于图像文件的 .NET ListView 控件,具有异步加载缩略图。
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 without Windows Imaging Component.
If you are using NuGet you can install the assembly with:
PM> Install-Package ImageListView
Please visit: http://oozcitak.github.io/imagelistview/
Please consider becoming a backer or sponsor to help support development.
暂无开放 Issues,或尚未同步最近议题。