Enum CacheMode
Represents the cache mode.
Namespace: Manina.Windows.Forms
Assembly: ImageListView.dll
Syntax
public enum CacheMode
Fields
Name | Description |
---|---|
Continuous | Item thumbnails will be continuously generated. Setting the CacheMode to Continuous disables the CacheLimit. |
OnDemand | Item thumbnails will be generated only when requested. |