xceedsoftware / wpftoolkit

All the controls missing in WPF. Over 1 million downloads.
Other
3.9k stars 878 forks source link

Add support for `ICloneable` to the `CollectionControl` #1677

Open billw2012 opened 3 years ago

billw2012 commented 3 years ago

As per issue #1676, this modifies the Duplicate method of the CollectionControl to use ICloneable to perform the duplication when its available. If it is not available it uses the original method.

XceedBoucherS commented 3 years ago

This will be part of v4.3.