-
-
Notifications
You must be signed in to change notification settings - Fork 69
MonoSupport
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.
ImageListView on Ubuntu 9.10 via Mono