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

We are migrating to new forums engine, no new registration or posting currently available. TIA for your patience.

Automatic copying between thumbnailviewers



Automatic copying between thumbnailviewers

Post by anovak »

Hello,
I want to use two thumbnailviewers (A, B).
I want it to be automatically transferred to thumbnailviewer 'B' when I select an image in thumbnailviewer 'A'. If the selection is lost in 'A', delete it from 'B'. Can this be automated?

Thanks.
Attila


Re: Automatic copying between thumbnailviewers

Post by Alex »

Hello Attila,

Yes, this is possible.

ThumbnailViewer.SelectedIndices property returns collection of indices of the selected thumbnails as instance of class SelectedThumbnailImageIndexCollection. You can subscribe to the SelectedThumbnailImageIndexCollection.Changed event and understand that selected thumbnails are changed in thumbnail viewer 'A'. After this you can do necessary task in thumbnail viewer 'B'.

Best regards, Alexander


Re: Automatic copying between thumbnailviewers

Post by anovak »

Thanks for the quick reply Alex.

Best regards,
Attila


Page 1 from 1: 1