How would one achieve mixing bound values with constant text in a WPF bound control?
For example, say I have a form displaying orders, and I want a label that displa
Another approach is to use a single TextBlock with multiple Run elements within it:
HelloWorld
.. but to bind to a element you need to use add a BindableRun class.
Update But there are some drawbacks to this technique ... see here