本文介绍了如何在Silverlight中克隆UIElement的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有人能告诉我如何在 SILVERLIGHT 中克隆UIElement吗?我在google中挖了很多但是我无法找到相关的解决方案,无处不在我只是在WPF中获得克隆UIElement的解决方案,但同样不适用于Silverlight。
每次点击一个+按钮,我需要在同一个网格的下一行添加一个UIElement。
Plz help ..没有回答值得赞赏
谢谢GK
Can anybody tell me how to clone UIElement in SILVERLIGHT ? I dug a lot in the google but I'm not able to find relevant solution, everywhere I'm just getting solution to clone UIElement in WPF, however same is not applicable in the Silverlight.
I need to add the a UIElement in the same grid's next rows on click of a + button eachtime.
Plz help..any answer will be appreciable
Thanks GK
推荐答案
这篇关于如何在Silverlight中克隆UIElement的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!