Hi everyone,
Is it possible to programmatically select a thumbnail image from a thumbnail viewer?
For example, To select a 3rd image in a thumbnail viewer, is there something similar like this:
ThumbnailViewer1.Images[2].Selected = True
Thank you.
Programmatically SELECT a thumbnail image
Moderator: Alex
Re: Programmatically SELECT a thumbnail image
Hello David,
Yes, this is possible - you need to use the FocusedIndex property of the ThumbnailViewer (ImageViewerBase) class.
Best regards, Alexander
Yes, this is possible - you need to use the FocusedIndex property of the ThumbnailViewer (ImageViewerBase) class.
Best regards, Alexander