Hi,
The "Add" button should be enabled when you set the CollectionControl1.NewItemTypes.
Here are the possibilities why the "Add" button can be inactive :
-CollectionControl is ReadOnly.
-Person class has no public default Constructor (parameterless constructor)
I have an active "Add" button when I test the collectionControl.
The "Add" button should be enabled when you set the CollectionControl1.NewItemTypes.
Here are the possibilities why the "Add" button can be inactive :
-CollectionControl is ReadOnly.
-Person class has no public default Constructor (parameterless constructor)
I have an active "Add" button when I test the collectionControl.