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...