Hello!
I want to seperate a line in a textbox, so that one part is aligned to the right and the other to the left.
I tried to do this by first:
- using TextBox1.Select(something,something)
' this selected the text I wanted to align to the right
- TextBox1.SelectionAlignment = HorizontalAlignment.Right
'but this aligns the whole row to the right.
Is there a way for text to be aligned in 2 ways in a row?
Sort oflike this

