If the text box has no keyboard focus and no text, then show italic gray "type here" text "inside" it. How? What doesn't work:
- Setting the
Text
property - it messes up data binding. - Overriding the template - it's messy and overridden already anyway.
Preferably, I'd like the solution to be as much XAML and as little C# as possible. Perhaps I could create an attached property that would do some magic?