|
-
Oct 20th, 2012, 05:16 AM
#1
Thread Starter
Member
Text Alignment
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 of like this
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|