ImageGear .NET v24.12 - Updated
ReloadItems Method




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailList Class : ReloadItems Method
Reloads the images in the thumbnail items that are currently displayed.
Syntax
'Declaration
 
Public Sub ReloadItems() 
'Usage
 
Dim instance As ImGearThumbnailList
 
instance.ReloadItems()
public void ReloadItems()
public: void ReloadItems(); 
public:
void ReloadItems(); 
Remarks
If thumbnail items are resized, the thumbnail images will stretch to fit the new size. The ReloadItems method can be called to regenerate the thumbnail images to best fit the new size. This method clears the thumbnail page cache so that any previously viewed thumbnail images will be reloaded from their source when viewed again.
See Also

Reference

ImGearThumbnailList Class
ImGearThumbnailList Members