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!
