Skip to content

Insert with ImageListViewItemAdaptor #153

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions