The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Tab Stops in GDI+
1 Comment
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

John NelsonPosted Oct 2, 2012, 2:08 PM
Cool - great for GUI issues. My question is - How do you do the same thing for a "printed" report? I have tried everything I can code up to use tabstops in a printed, formatted string with 4 data columns and everything I have tried "squiggles" all four columns down the printed page. Using the "{0:10}" or "{0:-10}" format does nothing, as my columns are mixed numerical and alphabetical elements in the columns, so it just will not line up. Any solutions you can think of? JTN