↧
Cloning UI elements.
There's no real good way to clone a UI element. Serializing and deserializing XAML is one way to go, but quite costly and not necessarily as straightforward.Honestly though I don't think you're...
View ArticleCloning UI elements.
Hi, What I am trying to do is print a large list view, to get all the elements to be visible i set the measure and arrange methods to be the desired size for the listview. This triggers an update so...
View Article