Hello,
I am having a problem with collections in the PropertyGrid control in version 3.0.0.
Clicking the "(Collection)" button on a collection of collections (e.g. List<List<string>>) throws the following exception:
An unhandled exception of type 'System.Reflection.TargetParameterCountException' occurred in PresentationFramework.dll
Additional information: Parameter count mismatch.
Comments: ** Comment from web user: BoucherS **
I am having a problem with collections in the PropertyGrid control in version 3.0.0.
Clicking the "(Collection)" button on a collection of collections (e.g. List<List<string>>) throws the following exception:
An unhandled exception of type 'System.Reflection.TargetParameterCountException' occurred in PresentationFramework.dll
Additional information: Parameter count mismatch.
Comments: ** Comment from web user: BoucherS **
Hi,
The exception will no longer be thrown in v3.3.
But when opening the CollectionControl, if you have a List<List<string>>, the ListBox on left will show you "List1", "List2",....while the PropertyGrid on the right, will show the Selected List's properties which are "Capacity" and "Count". Not the "Content" of the List.
――――
_Get more controls, features, updates and technical support with [Xceed Toolkit Plus for WPF](https://wpftoolkit.codeplex.com/wikipage?title=Compare%20Editions)_