I've got an ItemsCollection hosted inside a ScrollViewer that is large enough to span multiple pages when printed. I've so far managed to print a single page using PrintVisual(itemsControl) but from what I've read, I need to approach printing a single control accross multiple pages differently. Could anyone point me in the right direction?
Thanks!