
August 23rd, 2009, 08:15 PM
|
|
Registered User
|
|
Join Date: Aug 2009
Posts: 1
Time spent in forums: 1 h 29 m 39 sec
Reputation Power: 0
|
|
|
VB.Net Property Grid Help...
Hi. I am new here to the forums and hope I am psting this in the correct place.
Here is what I have:
A calculator program. The user saves his/her settings, then the program calculates a price based on the settings selected. The 28 settings save with My.Settings. I have the user's settings in a property grid, that currently, lists everything in alphabetical order. I would like to have 8 categories, each with a certain number of the settings, mainly for organization. But I don't know how to do that, or where I need to start looking. I would also like to have a description for each item, that shows up at the bottom of the property grid.
Please help me out here. I really don't know where I need to start with this. I have tried:
PropertyGrid1.ControlCollection...
...but that's it. I can't figure out where to go from there.
|