Is this control available?

  • Thread starter Thread starter 180Reef
  • Start date Start date
1

180Reef

I am using VS 2005 (VB) and was wondering if a control that is being
used in VS 2005 is available. It works as a TreeView, but includes a
grid that allows you to modify the node's values (in child nodes). The
root nodes are used as section headers that do not show values.

The control is used in the Property window (design mode) and is also
used in the options menu... Tools | Options | Windows Forms Designer |
General.
 
It is a standard PropertyGrid control. It is in your toolbox by
default.

It is also available in VS2003 if you add a reference to it.

/JB
 
180Reef said:
I am using VS 2005 (VB) and was wondering if a control that is being
used in VS 2005 is available. It works as a TreeView, but includes a
grid that allows you to modify the node's values (in child nodes). The
root nodes are used as section headers that do not show values.

The control is called PropertyGrid, it's available in the toolbox on the
"Windows Forms" tab in VS 2005. The class is even available in .NET
1.0/1.1.
 

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

Back
Top