ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailList Class / ReloadItems Method




In This Topic
    ReloadItems Method
    In This Topic
    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