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 _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
