开发者

How to Clone Control in WPF?

I want to clone a WPF Control (XamDataGrid)

I know these ways:

  1. Clone

    Problem: Control is not Cloneable

  2. Serialize & Deserialize in binary format

    Problem: Control is not serializable

  3. Serialize 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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜