Hi,
I want the property grid to display a list of values, say
MyParameters
{
private ArrayList Surveys;
....
}
Survey1
Name: New York
Operator: Siemans
Price: 1000
Survey2
Name: Washington DC
Operator: Lucent
Price: 999
I program in C#.
Thanks.
Dan
Dmytro Lapshyn [MVP] - 15 Apr 2005 16:37 GMT
Hi,
Please start from reviewing ICustomTypeDescriptor interface documentation
and ExpandableObjectConverter class documentation in MSDN.

Signature
Sincerely,
Dmytro Lapshyn [Visual Developer - Visual C# MVP]
> Hi,
>
[quoted text clipped - 20 lines]
>
> Dan