I've got a TextBlock on a window that I have the TextWrapping set to wrap. Then at the end of the text I have a Telerik RadMaskedNumericInput control. My issue isn't with the Telerik control. Instead the problem comes with the wrapping of the text. Before I had a sentence that read, "In the past 30 days how many days have you been treated in an outpatient setting?" This looked OK, when the text was like that and it wrapped. However, now I have to put a number in front of the question, like this:
"12. In the past 30 days how many days have you been treated in an outpatient setting?"
Now, at least to me, it doesn't look OK, because if it wraps it looks something like this:
12. In the past 30 days how many days have you been
treated in an outpatient setting?
I would rather it looked like this:
12. In the past 30 days how many days have you been
treated in an outpatient setting?
See what I mean? The word "Treated" would be indented left margin, past the "12. ". Is there a way to style it like that in WPF, and if so, how?
Rod