How to Clone Control in WPF ?

Posted by Homam on Stack Overflow See other posts from Stack Overflow or by Homam
Published on 2010-04-03T17:33:18Z Indexed on 2010/04/03 17:43 UTC
Read the original article Hit count: 475

Filed under:
|

Hi,

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 serialization

Do you have any valid workarounds ?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about clone