Visual Studio.NET style property control....

  • Thread starter Thread starter JDeats
  • Start date Start date
J

JDeats

Using VS.NET 2003 and the 1.1 Framework, is there a control I can add
to a WinForm that will allow me to mimic the functionality of the
Visual Studio.NET style property grid.. I trying to create my own form
designer like tool and want to be able to load a class into a grid or
table object for editing.
 
JDeats,

Why not just use the PropertyGrid control? It's the same one that is
used in Visual Studio.

You can add it to the toolbox through the "Add Tool" menu item when you
right-click on the toolbox.

Hope this helps.
 
Back
Top