Leadtools.WinForms Namespace > RasterThumbnailBrowser Class : IsSorting Property |
protected bool IsSorting {get;}
'Declaration Protected ReadOnly Property IsSorting As Boolean
'Usage Dim instance As RasterThumbnailBrowser Dim value As Boolean value = instance.IsSorting
This RasterImageList will set the value of this property to true internally when the Sort method begins. When the Sort is completed, IsSorting is set back to false.
The Sort method involves removing and then re-adding items from the RasterImageList.Items collection. Upon removal, the RasterImageList control usually disposes the image associated with the item. By using the IsSorting property, the control knows not to dispose of the image.