ThumbnailViewLoadMethod Property |
Gets or sets a value indicating whether all of the thumbnails will be loaded when added or if only the
visible thumbnails are loaded.
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 ThumbLoadMethod LoadMethod { get; set; }
Public Property LoadMethod As ThumbLoadMethod
Get
Set
Property Value
Type:
ThumbLoadMethod A value indicating whether or not all of the thumbnails are loaded.
Remarks In order to lessen the amount of memory used, set this property to
WhenVisible so only
thumbnails that fall into the visible area of the control are loaded.
See Also