Programmatically SELECT a thumbnail image

Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.

Moderator: Alex

Post Reply
davidng
Posts: 6
Joined: Tue Jul 12, 2011 6:37 pm

Programmatically SELECT a thumbnail image

Post by davidng »

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.
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: Programmatically SELECT a thumbnail image

Post by Alex »

Hello David,

Yes, this is possible - you need to use the FocusedIndex property of the ThumbnailViewer (ImageViewerBase) class.

Best regards, Alexander
Post Reply