Skip to content
Ozgur Ozcitak edited this page Jul 28, 2015 · 3 revisions

To run ImageListView on Mono, Windows Imaging Component support needs to be disabled. See this wiki page for more information.

ImageListView was tested on Mono 2.6.1. The control is almost feature complete on Mono with two exceptions:

  • The Type column is not populated. This is a known issue and will be addressed in a future release.
  • Thumbnail generation with large images is slower than on .NET, due to the fact that a particular overload of the Image.FromStream method used by the control is not yet supported on Mono.

MonoSupport Demo

ImageListView on Ubuntu 9.10 via Mono

Clone this wiki locally