Hi,
I want to clone a WPF Control (XamDataGrid
)
I know these ways:
Clone
Problem: Control is not CloneableSerialize & Deserialize in binary format
Problem: Control is not serializableSerialize as XML
Problem: control contains images and Images are not serializable in xml serialization
Do you have any valid workarounds ?