Within Silverlight 4 printing with the printing API will it "auto-scroll" covered areas? Excuse me if I'm not using the right terminology. For example, If I have a DataGrid and it has 10 items shown and 40 not revealved (but you could scroll to). Is there a way to print the whole DataGrid, rather than just the "screen shot" view.
+1
A:
I think the term you're looking for is "paginate". And no, Silverlight will not auto-paginate data grid or any other controls for you. You will have to prepare your data for printing your self.
Denis
2010-10-14 20:04:00
also pay attention to the HasMorePages property
stocherilac
2010-10-14 20:06:33