WinExplorerViewOptionsImageLoad Properties
Provides access to the set of properties that manage image loading for this WinExplorerView.| Name | Description |
|---|---|
| AllowReplaceableImages | Gets or sets whether or not the WinExplorerView is allowed to replace missing images by scaling available images to the required size. |
| AnimationType | Gets or sets the animation effect that follows item image display. |
| AsyncLoad | Gets or sets whether images for View items should be loaded asynchronously. |
| CacheThumbnails | Gets or sets whether or not asynchronously loaded item images should be cached. |
| ClearCacheOnDataSourceUpdate | Gets or sets whether to clear image cache when the data source is updated. |
| DesiredThumbnailSize | Gets or sets the desired size of thumbnail images, created during Asynchronous Image Loading. |
| LoadThumbnailImagesFromDataSource | Gets or sets whether items should load their images from an image source when these images need to be loaded asynchronously. |
| RandomShow | Gets or sets whether item images should be loaded in random order. |
See Also