Click to See Complete Forum and Search --> : How can I implement my own Scrolling control or logic in CView instead of using CScrollView in DVA


Surinder
May 21st, 1999, 05:50 PM
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

Filbert Fox
July 27th, 2002, 10:21 AM
I know its a long time since post, but did you manage to get this answered, as I also need to achieve this.

:)