Let's say I have a frame that is larger than a window. Then when I scroll am I scrolling the frame or the window? Let assume my frame is located at x=0 and y=0 of the "client area" of the window and assume the window is at x=0 and y=o of the screen. Then to scroll down do I set the y postion of the frame negative, or the window y position postive.
I'm confused.
I assume I am scrolling the frame behind the "client area" of the Window.
