09-02-2008, 16:00
|
jigar

Joined on 08-22-2007
Posts 480
|
Re: Programmatically select RasterImageListItem in RasterThumbnailBrowser
|
 
 
|
|
|
Hello,
1. What display properties are you changing for the RasterThumbnailViewer? I created a sample demo project, and I used the default settings for the RasterThumbnailViewer. The border size is the same if I set Selected = true or if I click the item.
2. Since you have SelectionMode set to Multi, it will allow you to select multiple items in the list. And because you are manually setting the Selected property, you have to manually set it to false. If you only need one item selected at a time you can set the SelectionMode to Single. If you need it to be Multi, you can keep track of which items you manually Selected and set them to false once you are done with them.
LEADTOOLS Technical Support
|
|
|
|
|
Report
|
|
|
|