I've got a 10 element array and I want to display those elements in a 10 textboxes that are in dif开发者_开发百科ferent xaml file and are created as a child of stack panel.
How do I do it?
Create a class. Link both sets of XAML to the same fields in the same instance of the class. Let DataBinding be your friend.
精彩评论