Easiest way to print a ListView?

  • Thread starter Thread starter AlliXSenoS
  • Start date Start date
A

AlliXSenoS

does anyone have a good example of how to print a ListView (with the column
headers, the item font, background and foreground settings and all that jazz)
from C#?

I have a program that is already 3 times too big for the base it was set on
and I'm just waiting for the moment it's gonna blow up in my face.


thanks,
Luka
 
Luka,

Perhaps you could provide the code which you are using now
and the list readers could submitt suggestions on how you could
optimise it? Just a thought =)

HTH,

//Andreas
 
Luka,

Perhaps you could provide the code which you are using now
and the list readers could submitt suggestions on how you could
optimise it? Just a thought =)

no, I don't have ANY printing solution implemented. I'm looking for a
lightweight approach to printing a ListView with all its data without
burdening the already oversized program.
 
Back
Top