Click or drag to resize

ThumbnailViewHaltSorting Method

Use this method to temporarily keep the ThumbnailCollection from sorting items.

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 void HaltSorting()
Remarks
This is useful when adding or inserting multiple items into the collection. Call ResumeSorting to force the collection to sort the items and return it normal sorting behavior.
See Also