VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
In This Topic
    How to select/deselect thumbnails?
    In This Topic
    Thumbnails in ThumbnailViewer can be selected and deselected programmatically.

    All thumbnails in ThumbnailViewer can be selected using the following code: thumbnailViewer1.SelectedIndices.AddRange(0, thumbnailViewer1.Images.Count - 1);

    All thumbnails in ThumbnailViewer can be deselected using the following code: thumbnailViewer1.SelectedIndices.Clear();