Tips, tricks, and guides for developing on modern Windows platforms
When you want to bind some data to a textblock, you do so like this: <TextBlock Text="{Binding MyTextProperty}"/> And, having set MyTextProperty in my data model to “hello world”, I get this: But what if you want to format… Continue Reading →