Click or drag to resize

ThumbLoadMethod Enumeration

Determines the method used to load thumbnails in FolderThumbnailView.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum ThumbLoadMethod
Members
  Member nameDescription
EntireFolder Loads all thumbnails in the folder.
WhenVisible Loads the thumbnails only when they become visible in the viewer. This option is suggested when the folder contains a large number of images.
Remarks
If WhenVisible is used, the viewer will only load thumbnails when scrolling after the scrollbar thumb or button has been released.
See Also