Hi guys!

after many problems with data reports, crystal reports and things like that, i'm decided to use the Printer.print.

I made a simple class, that class receive a ListView Control and after i export the data of the listview to some array. Finally i can get the columheader titles, and the other records to print through the printer.print.

After got all the listview lines, i print them column by column, and i'm looking for some way to auto generate the spaces between columns. This way, that class could receive only a listview control and auto generate a report.

any idea to auto generate column spaces on my document made by Printer.print?