ThumbLoadMethod Enumeration |
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)
Syntaxpublic enum ThumbLoadMethod
Public Enumeration ThumbLoadMethod
Members
| Member name | Description |
---|
| 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