Hi,
I am using printpreviewcontrol, but i am not able to see scroll bar for whole document, i can see scrollbar only for a page.
Please let me know how to implement scroll bar for whole document in printpreview mode using printpreview control
Thanks And Regards
santosh b k
Loading
santosh kPosted Jun 27, 2012, 1:55 AM
Please let me know how to get rowheight of printpreviewcontrol (if no of rows are more )
Thanks
Santosh
FroglegPosted Jun 26, 2012, 4:39 AM
1: Create a panel - set autoscroll to true
2: Then I created a PrintPreviewControl for each page and placed it on the panel
3: I incremented the start page property of the PrintPreviewControl as needed
The the panel could be scrolled to see the different pages
santosh kPosted Jun 26, 2012, 1:30 AM
Since i am using VS2005, i am not able to open, but i will check this.
Please let me know how to catch the event when vertical scroll is clicked in printpreviewcontrol.
Thanks
Santosh
FroglegPosted Jun 24, 2012, 9:31 PM