ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailList Class / ReloadItem Method
The index of the item to remove.




In This Topic
    ReloadItem Method (ImGearThumbnailList)
    In This Topic
    Reloads the images in the thumbnail items that are currently displayed.
    Syntax
    'Declaration
     
    Public Sub ReloadItem( _
       ByVal index As Integer _
    ) 
    'Usage
     
    Dim instance As ImGearThumbnailList
    Dim index As Integer
     
    instance.ReloadItem(index)
    public void ReloadItem( 
       int index
    )
    public: void ReloadItem( 
       int index
    ) 
    public:
    void ReloadItem( 
       int index
    ) 

    Parameters

    index
    The index of the item to remove.
    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