Hi,
Try this
Try this
CollectionControlDialog diag = new CollectionControlDialog();
diag.ItemsSource = myShapeList;
diag.NewItemTypes = new List<System.Type>() { typeof( MyCircle ), typeof( MyRectangle ) };
diag.ShowDialog();