Page 1 of 1

How to get the status of selected many items?

Posted: Fri Apr 12, 2013 9:40 am
by JackHoward
I set the Thumbnail Viewer properties's MultiSelect=true. when I multiselect some files. but how to get current file selected is multi select or single select ? only use For(int i; i< Thumbnail.ItemCount;i++) to get it ?

Re: How to get the status of selected many items?

Posted: Fri Mar 29, 2019 11:14 pm
by Gabriela
Hi,

Using this method (in the current release of the toolkit) in the loop you can find all selected items:

GetItemSelectState Method (ThumbnailEx)

There is no other option available right now.