I'm looking for a UI library for .NET and Mono, something like Gtk#, but with support for 64-bit (on Windows too), and with some widget like WinForm's ListView, with VirtualMode.
I don't want to use WinForms and WPF. Is there any alternative?
Thanks.
You can try WX Widgets.NET : http://wxnet.sourceforge.net/
Tried it, some years ago, but preferred to go the GTK# route.
Not sure if it supports 64bit, but personally I still prefer to provide 32bit binaries even for deployment on 64bit systems, exactly because lots of infrastructure (native libs specially) isn't still available in 64bit, not only for UI.