CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Mar 2004
    Posts
    92

    Question Scroll bar problem in PrintPreview control

    I have a customized Print Preview dialog made of a Print Preview control.
    When I increase to zoom property, the document inside it gets enlarged and two scroll bars appear. But when I scroll down with Vertical scroll bar, it doesn't go till the bottom and bounce back upwords if I resize(enlarge) the Dialog it self. It doesn't show the bottom of the document in any case.
    More over when the dialog is compressed and the document in side the preview control is not 100 % visible widthwise, the expected horizontal scroll doesn't appear.
    What is the reason for such behavior?
    Please guide
    Last edited by Sachinkalse; March 8th, 2005 at 12:21 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured