CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    11

    How can I implement my own Scrolling control or logic in CView instead of using CScrollView in DVA

    I want to use CView Class for scrolling without using CScrollView so that I can implement my own logic for conrolling the Scroll view.
    Actually my document size increases gradually & becomes so large that I can not afford to draw the complete view for it at every change in document data.
    How can I implement the Scroll functionality in my class, derived from CView?
    Is there any other way by which I can achieve this ?

    Thanx
    Surinder


    ICQ #3760 3760

  2. #2
    Join Date
    Apr 2002
    Location
    United Kingdom
    Posts
    310
    I know its a long time since post, but did you manage to get this answered, as I also need to achieve this.


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