After much pain and frustration I got there as follows:
- Set AutoSize = false
- Oversize the text box to allow for growth.
- Set Anchor to Right
- Then set TextAlign to MiddleLeft (yes left, not right. Either someone at Microsoft got their directions mixed up, or it reverses because of the anchor)
This did the trick.