Tagged Questions

1
vote
1answer
794 views

Problem printing multipages ListView in C#. Can't figure it out

I am having an issue printing listView items. the problem I think is at private void PrintPageDetail(PrintPageEventArgs e) So this is what's going on: it prints whatever fits on one page over and ...