Windows Develop Bookmark and Share   
 index > Windows Forms General > 'Class Details' control
 

'Class Details' control

Hi,

I'm working on a project, and I need a way for the user to edit some configuration options. The control that the 'Class Details' window in Visual Studio's Class Designer (VS2005, if there's differences) is absolutely perfect for my needs, but I can't see any usable control that resembles it in the forms editor. Is this a control that's available to developers? If so, what's it called, and where can I find it?

Thanks.

Alisdair

Alisdair Jorgensen  Sunday, February 24, 2008 9:51 PM
I guess I didn't look deep enough into the CodeProject articles. Check this out. I think it's just what you need. The CodeProject rocks! http://www.codeproject.com/KB/grid/gridextensions.aspx

programmer07  Wednesday, February 27, 2008 3:53 AM
JRQ  Monday, February 25, 2008 6:45 PM

This article has a really cool example. Using the PropertyGrid is a bit involved...but I'm sure you'll agree that the outcome is worth going through the trouble.

http://www.codeproject.com/KB/vb/using_propertygrid.aspx

programmer07  Tuesday, February 26, 2008 2:48 AM

I'd looked at PropertyGrid already, but came to the conclusion it wasn't suitable- it can apparently only edit the properties of one item, I need something that can edit a list, and is capable of adding new items to the list. Propertygrid only has one column for the property, and one for the contents, I need a control that has multiple columns, all of which are editable. It's more like a cross between a datagridview and a treeview control that I need.
Alisdair Jorgensen  Tuesday, February 26, 2008 7:29 AM
I guess I didn't look deep enough into the CodeProject articles. Check this out. I think it's just what you need. The CodeProject rocks! http://www.codeproject.com/KB/grid/gridextensions.aspx

programmer07  Wednesday, February 27, 2008 3:53 AM

You can use google to search for other answers

Custom Search

More Threads

• Windows Live Messenger Music Plug-in Problem
• error in AddEventHandler
• expandable Controls
• How to set a column of a DataGridView to display and accept only decimal values?
• Datagrid sort
• Wallpaper ?
• WebBrowser, DocumentCompleted not working
• Paint order of child controls
• CheckBox Checked
• ToolstripButton don't cause some events