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
Original issue reported on code.google.com by
blogrong...@googlemail.com
on 29 Aug 2012 at 6:43