Printing a ListView
Does anyone know if it is possible to print a ListView? I have the following code that prints a DataGrid:
PaintEventArgs myPaintArgs = new PaintEventArgs(args.Graphics, new Rectangle(new Point(0, 0), this.Size));
this.InvokePaint(this, myPaintArgs);
This code prints the DataGrid perfectly but when I try to print a ListView I get a blank screen. Any help would be appreciated.
Regards,
Greg
Greg Partin
Software Engineer
|