CRectTracker and scrolling problems
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello! I've seen some sample programs on how to use CRectTracker properly, but i only have seen it on ordinary CViews... I noticed the problem when i used CScrollViews and when I'm scrolling.. When I scroll the view, the CRectTracker also scrolls, thats fine.. But when I scroll all the way to the right, the CRectTracker is supposed to disappear, since its coordinates is out of the view already, and thats fine... But When I scroll back to its position, i expected to see it back, but i didn't.... I want the CRectTracker to be appearing again.. How do i solve this?