I was wondering something, and couldn’t find any relevant topics. I have following binding :
Content="{x:Static resx:Resource.Form_OtherOption_Description}"
This will place a string in a label. What i was asking myself is if i can add a “:” after that binding, not in code, just in xaml. The label represent something like “Name :”. But adding the “:” as part of the binding is not an option.
Edit
I’m working in 3.5 version
Any suggestions.
Thanks in advance.
You could accomplish this with something like:
Edit:
<Label>sContentproperty does not respect theStringFormatproperty of a binding apparently. Which I’ve found has been moved to theContentStringFormatproperty on the<Label>.