Visual Studio.NET style property control....

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.
 
N

Nicholas Paldino [.NET/C# MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top