I know most designers like to stick with creating the graphics and leaving all the coding to developers, but Data Binding is so simple and could come in very handy for you one day.Text to text binding
Text to text binding is a good place to start because it’s the most basic type of binding. It allows you to type in a text field and then display that text somewhere else, event multiple locations.
The first step is to create a TextBox (call this item Input_Text) anda TextBlock (which is updated when...
No comments yet, be the first one to post comment.