Customising the .NET PrintPreviewDialog?
Posted
by Gary Willoughby
on Stack Overflow
See other posts from Stack Overflow
or by Gary Willoughby
Published on 2010-03-19T20:14:39Z
Indexed on
2010/03/19
20:31 UTC
Read the original article
Hit count: 295
Currently i'm using the PrintPreviewDialog to open a window to preview the printed pages before they are sent to a printer. The problem is though that it first appears very small, at the top left of the screen and the buttons are too small.
Is there anyway i can set a starting size for this dialog or start position or even make the little buttons a little bigger? Or do i need to implement my own?
© Stack Overflow or respective owner