[Mono-winforms-list] Images in a Listview

Martin Honermeyer maze at strahlungsfrei.de
Thu May 26 05:38:22 EDT 2005


Hi,
 
I am developing a SWF application in VS.NET for use on Linux with Mono.
There is a form with a ListView an and ImageList. The SmallImageList
property is set to the ImageList. 

In my code, I am using the imageIndex argument in the ListViewItem
constructor in order to have different entries with different Icons.
Surprisingly, _every_ item shows up with the FIRST image from the
ImageList. It doesn't matter which index is set.

This works in .NET on Windows, but not for Mono/Linux. I suppose it's a bug,
because the class status page says those classes are complete?!


Greetings,
Martin




More information about the Mono-winforms-list mailing list