Is it possible to have two (or more) text alignments within a single string in an ordinary textbox?
e.g.: Left Center Right
1.06 Gallons of Fuel 3.71
2.00 Barrels of Pickles 155.98
etc.
If this can't be done in a textbox, is there another way?
By the way, the items to be listed as parts of the string are generated by structures.
I've tried looking in StringFormat and similar methods, but I'm not able to use them
within the "structure" of my program.
e.g.: Left Center Right
1.06 Gallons of Fuel 3.71
2.00 Barrels of Pickles 155.98
etc.
If this can't be done in a textbox, is there another way?
By the way, the items to be listed as parts of the string are generated by structures.
I've tried looking in StringFormat and similar methods, but I'm not able to use them
within the "structure" of my program.