blah blah blah is here! blah blah » Close

up0down
link

how do I print the contents of a ListView (with all the ColumnHeaders), but remove the Scrollbar?

thanks.

last answered 4 months ago

1 answers

up0down
link

the CodeProject ListViewPrinter is an excellent source to print out the ListView.
http://www.codeproject.com/KB/miscctrl/ListViewPrinter.aspx

Philip does have another ObjectListView
http://objectlistview.sourceforge.net/cs/index.html

which is excellent in dealing with ListView in .NET.

Feedback