I saw several other posts about this, but did not see anything that solves my problem. Basically, I need to have some text (bold and jagged) wrap in Stackpanelor Wrappanelnicely. Here's a visual:

I need a combination of the two TextBlocksthat you see. I have the first bold TextBlockone that contains "Title:", and then on the same line I need the next one TextBlock, which may or may not be completed. If it completes, I need the top line so that it stays on the top line and then wraps up as if it were just one TextBlock. Here's a visualized visual visualization of what I need:

Here is my code that I still have:
<toolkit:WrapPanel Orientation="Horizontal">
<TextBlock Text="Title: " FontWeight="Bold"/>
<TextBlock TextWrapping="Wrap" Text="More text goes here " />
</toolkit:WrapPanel>
<toolkit:WrapPanel Orientation="Horizontal">
<TextBlock Text="Title: " FontWeight="Bold"/>
<TextBlock TextWrapping="Wrap" Text="More text goes here and I want it to wrap lines and go underneath the title but I can't get it to to do that. :( " />
</toolkit:WrapPanel>
, one TextBlock ( ). , TextBlock.Inlines Run , . Inlines MVVM ( , ).
, , TextBlock , , MVVM.
- , ?