Referring back to your old topic (linked above), I would use a fragment element
such as two textblocks
. Setting the same parameters as described on your other topic. You could make use of the Auto property
if you add in a stack panel
和 set your child elements
to be aligned vertical or horizontal, or if each block of text contains the same amount of chars (roughly), you could manually size them instead without any stack panel
, providing you are not using lots of them. You could do it either-way, as it really sounds like preference to me.