I'm not sure if there is a solution to this. But it is niggling at me and irritating me.
I'm using WPF and Visual Studio 2008. I've designed a beautiful UI :). I have a help text control which is contextual as to which control has been clicked. When the app first loads it has default text set. "Welcome to the X screen here you can ..........". This is inside a user control, which sits inside a tab control, inside a window. The user control has minheight and minwidth set (I suspect this is why the designer does what it does).
I set the initial text in the XAML, with textwrapping set to true. The problem is that the designer decides to put this all on one line - which really throws out the view (I can't see the entire UI in one screen at 100%, if I scale it down I can't read things, etc)
Is there anyway to get around this (other than setting the text in the code instead - (is there any difference between doing this and doing it in the xaml?!)) Maybe that is the only solution.
Thanks for reading.