Printing ListViewControl Data In A Single Page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • UmeshBachchani
    New Member
    • Sep 2013
    • 1

    #1

    Printing ListViewControl Data In A Single Page

    I have a listview control without any column at design time. It is a programe that adds the column depending on the data put by user. If user put 5, it creates 5 columns and if user put 50 it creates 50 columns. Now the problem I am facing is 'Printing' but I have limited print area on page even if I set the margins to zero (0), but lot of columns. Can you please advice how to print all columns in a single page. I have checked lot of sources but I need simple code on PrintPage Event of PrintDocument. Please explain every step so that I can modify as per my needs.

    Thanks
    Umesh
Working...