Does anybody out there know of a lgpl licensed Property Grid control for c#. I know there is a property grid control in the monodevelop source but I was wondering if there were other options?
A:
You may be interested in GridView, which is available as part of the Medsphere Widgets package. It is available under the LGPL.
anthony
2009-06-18 20:21:19
unfortunately that control doesn't look like it will do what I need. Basically I'm looking for a Gtk version of the Winforms property grid. where I pass it an object and the property-grid lets me edit it's public values.
AvatarOfChronos
2009-06-24 14:34:09
Good call, that GridView doesn't have any editing functionality.
anthony
2009-06-24 18:36:48
A:
MonoDevelop has a good, MIT/X11 licensed property grid widget. Have a look here.
Piotr Zurek
2009-06-23 08:27:00
I had known about that one I was just wondering if there were any other options before I start working with it.
AvatarOfChronos
2009-06-24 14:32:23