Hello, I need some assistance please regarding implimentation of a CollectionEditor within a PropertyGrid.
So far I have created the PropertyGrid and populated it with various properties and their values. All works well. Now I want to incorporate a CollectionEditor for an array that I have. I want to see "Collection" or an elips on the line for the Properties I want to change using the CollectionEditor. I don't want anyone to write the entire code for this, just an example of how I would call the CollectionEditor and forward the Properties to it so that it will allow me to make the necessary changes.
I have created the PropertyGrid and populated some of the properties I am working with. The new section would be called "DataGridView Properties". I already have Public Properties for each of the structures so I would just pass the properties.
_strVarDGVTemplateColumnLayout shores the DataGridView Layout Properties
_strVarDGVColumnProperties stores the DataGridView Column Properties
_strVarDGVColumnSettings stores the DataGridView Column Settings
_strVarDGVColumnOptions stores the DataGridView Column Options
_strVarDGVStructure stores the DataGridView Database/Table Information
Thank you for any assistance you can provide.
So far I have created the PropertyGrid and populated it with various properties and their values. All works well. Now I want to incorporate a CollectionEditor for an array that I have. I want to see "Collection" or an elips on the line for the Properties I want to change using the CollectionEditor. I don't want anyone to write the entire code for this, just an example of how I would call the CollectionEditor and forward the Properties to it so that it will allow me to make the necessary changes.
I have created the PropertyGrid and populated some of the properties I am working with. The new section would be called "DataGridView Properties". I already have Public Properties for each of the structures so I would just pass the properties.
_strVarDGVTemplateColumnLayout shores the DataGridView Layout Properties
_strVarDGVColumnProperties stores the DataGridView Column Properties
_strVarDGVColumnSettings stores the DataGridView Column Settings
_strVarDGVColumnOptions stores the DataGridView Column Options
_strVarDGVStructure stores the DataGridView Database/Table Information
Thank you for any assistance you can provide.