[Mono-winforms-list] Alternative to DrawListViewItemEventArgs?

mitcheloc mitcheloc at gmail.com
Thu Aug 16 07:17:00 EDT 2007


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


More information about the Mono-winforms-list mailing list