Hi,
You should add the NewItemTypes attribute over the "Crops" property. Something like
Issue https://wpftoolkit.codeplex.com/workitem/21951 has been created
You should add the NewItemTypes attribute over the "Crops" property. Something like
[NewItemTypes( typeof( Banana ), typeof( Apple ), typeof( Carrot ) )]
public ObservableCollection<iCrop> Crops
{
get;
set;
}
But there is a bug in the current version of the Toolkit. The "NewItemTypes atribute" is not working since v2.3.Issue https://wpftoolkit.codeplex.com/workitem/21951 has been created