I have wpf based application, just wondering how to get print/print preview of wpf controls.
like some window/page has panel control which has multiple controls in it like chart + graph + data grid (data grid can have hell of records so coming with scrollbar)
i wanted to have print version of it but dont want to just print visual part but also scrolled part...
please suggest solutions. thanks