[Mono-winforms-list] Alternative to DrawListViewItemEventArgs?

Jonathan Pobst monkey at jpobst.com
Thu Aug 16 09:43:25 EDT 2007


It looks like it has been implemented since 1.2.4:

2007-06-15  Carlos Alberto Cortez <calberto.cortez at gmail.com>

	* DrawListViewItemEventArgs.cs:
	* ListView.cs:
	* ThemeWin32Classic.cs: Implement basic support for 2.0 OwnerDraw in 
ListView.

So it should be in 1.2.5.

Jonathan


mitcheloc wrote:
> First, thanks for mono, it's awesome and a great platform.
> 
> I've been working hard on porting my app to mono and there are a lot
> of different issues I've run into. The main one holding me up at the
> moment is that I need to custom draw a list. (For example a custom
> roster).
> 
> I've been using the ListView on Windows with it's DrawItem event to
> accomplish this. This doesn't seem to be implemented yet with mono.
> Enhancing the ListView gives me a lot of benefits like keyboard and
> mouse handling that I'd have to work very hard to duplicate from
> scratch.
> 
> How should I go about implementing a custom list that's compatible
> with mono's version of SWF?
> 
> When I Google "mono DrawListViewItemEventArgs" it seems to pull up
> results that lead me to believe this was recently added to mono...
> Maybe it will be in mono 1.2.5?
> 
> Thanks again,
> Mitchel
> _______________________________________________
> Mono-winforms-list maillist  -  Mono-winforms-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list
> 
> 



More information about the Mono-winforms-list mailing list