Re: [[email protected]: Grid for DotGNU]
"Llewellyn Pritchard" <[email protected]>
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Message-ID | <002d01c42e0e$51875520$0200a8c0@uber> |
The propertygrid is a beast of all kinds! Before you start, you need to be very comfortable with the following: - TypeConvertors - Editors - Attributes - Reflection and of course Drawing The way MS does it is very does it, is not good. The PropertyGrid provides no reuse for its components, and hence if you wanna use the functionality, you need to know use reflection or some other hack to access it. I have done a gridsheet like control, that would be handy to look at. http://cvs.sourceforge.net/viewcvs.py/*checkout*/xacc/xacc/xacc/Controls/Grid.cs?content-type=text%2Fplain&rev=1.1 Regards leppie ----- Original Message ----- From: "Gopal V" <gopalv82-/[email protected]> To: "brunoacf" <brunoacf-I4oVjbygTnVfyO9Q7EP/[email protected]> Cc: "developers" <[email protected]>; "ricardo" <ricardo-EQ1mm/[email protected]> Sent: Thursday, April 29, 2004 4:07 PM Subject: Re: [DotGNU][ricardo-EQ1mm/[email protected]: Grid for DotGNU] > Hi, > > > How can I help? What steps are necessary to start > > some > > coding? I mean, where to start? I looked to the > > Library > > Status page and I found lots of things to implement, > > but > > I don't know exactly what each method needs to do. I > > just know their names. > > Read http://wiki.dotgnu.org/SystemWindowsForms first > .. > > I don't know much about the GridControl that he needs > . > Maybe it's PropertyGrid and maybe it's DataGrid ... :) > Just have a look at one of the simpler controls before > you start working . I'd advise MonthCalendar as I > wrote > that myself. Because Button is probably too simple . > > Btw, show up on IRC ... if you have any questions .. > > Gopal > > > > > __________________________________ > Do you Yahoo!? > Win a $20,000 Career Makeover at Yahoo! HotJobs > http://hotjobs.sweepstakes.yahoo.com/careermakeover > _______________________________________________ > Developers mailing list > [email protected] > http://dotgnu.org/mailman/listinfo/developers >