views:

422

answers:

2

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
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
Good call, that GridView doesn't have any editing functionality.
anthony
A: 

MonoDevelop has a good, MIT/X11 licensed property grid widget. Have a look here.

Piotr Zurek
I had known about that one I was just wondering if there were any other options before I start working with it.
AvatarOfChronos