miguel28 / imagelistview

Automatically exported from code.google.com/p/imagelistview
0 stars 0 forks source link

Insert with ImageListViewItemAdaptor #153

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. The function Insert(int index, object key, string text, Image 
initialThumbnail, ImageListView.ImageListViewItemAdaptor adaptor)
calls
Insert(int index, ImageListViewItem item).

2. This Insert(int index, ImageListViewItem item) will overwrite the adaptor 
was set before with DefaultAdaptor (FileSystemAdaptor). That means the Insert 
with Adaptor has no effects.

What is the expected output? What do you see instead?
Expected: My custom adaptor should be applied for ImageListViewItem. What I see 
is DefaultAdaptor (FileSystemAdaptor) was used.

What version of the product are you using? On what operating system?
Version: 10.5.0.0 on Windows 7

Original issue reported on code.google.com by blogrong...@googlemail.com on 29 Aug 2012 at 6:43

GoogleCodeExporter commented 9 years ago
Fixed by r676.

Original comment by oozcitak on 31 Aug 2012 at 8:35