How to Clone Control in WPF?
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 serializatio开发者_如何学JAVAn
Do you have any valid workarounds ?
Here is a workaround
http://heskandari.blogspot.com/2009/07/infragistics-wpf-reporting.html
精彩评论