A
Anthony Bouch
Can anyone tell me what type of control Microsoft is using on the project
properties pages in Visual Studio .Net? To see it right click on a project
and select Properties. The control I'm interested in is the one in the
middle displaying the Application, Project, and Wrapper Assembly data.
It appears to be the perfect combination of a treeview with a datagrid. Not
sure. I'm assuming that Visual Studio .Net was written in C++ and so it
might be an in-house control that Microsoft uses internally.
I like the expanding section dividers and then editable grid below each
section. At first I was thinking that it might be multiple data grids - but
when you move the column divider in the middle all of the sections change
width. Not sure what this is really.
I'm building a configuration editor that will read the configuration
sections of an App.config, or Web.config XML file.
Any tips or suggestions on how I could build (or find) a control that can do
this would be great.
Tony
properties pages in Visual Studio .Net? To see it right click on a project
and select Properties. The control I'm interested in is the one in the
middle displaying the Application, Project, and Wrapper Assembly data.
It appears to be the perfect combination of a treeview with a datagrid. Not
sure. I'm assuming that Visual Studio .Net was written in C++ and so it
might be an in-house control that Microsoft uses internally.
I like the expanding section dividers and then editable grid below each
section. At first I was thinking that it might be multiple data grids - but
when you move the column divider in the middle all of the sections change
width. Not sure what this is really.
I'm building a configuration editor that will read the configuration
sections of an App.config, or Web.config XML file.
Any tips or suggestions on how I could build (or find) a control that can do
this would be great.
Tony