is it possible to make the Hint text in the PhoneTextBox of the Windows Phone Toolkit wrap? I have looked into the code and it seems that this is only possible by changing the whole ControlTemplate. Have I missed something? Is there an easier solution?
Thanks in advance, Christoph
I found out that I can replace the
ContentControlvia the hint style without re-styling the whole control like this:and then apply it to the
PhoneTextBox: