By Chan - 2/3/2007
Hi,
I have created imagelist and dropped to my form. I set it to browsedialog.BrowseResultImageList.
Anythign esle I need to set? Currently, the image is not shown in result grid.
Thank you
|
By StrataFrame Team - 2/6/2007
Yes, you need to handle the RowPopulating event and set the e.ImageKey or e.ImageIndex property on the event args. Unless you handle that event and set the property, you will not see the images in the results.
|
|