Forum 'VintaSoft Imaging .NET SDK and Plug-ins Discussions'

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

Board index < VintaSoft Imaging < VintaSoft Imaging .NET SDK and Plug-ins Discussions

Login

MultiSelect thumbs



MultiSelect thumbs

Post by brunopacola »

HI!

I would like select images but i don't know method...

I tried:
            IndicesCollection myIndicesCollection = new IndicesCollection();
            ...
            thumbnailViewer.SelectedIndices = myIndicesCollection;
But propertie is read-only....How I select images? Thanks!


Re: MultiSelect thumbs

Post by Alex »

Hello,

You can use this code to select the second image in the viewer:
thumbnailViewer.SelectedIndices.Add(1)
thumbnailViewer.Invalidate()
Best regards, Alexander


Page 1 from 1: 1