I have a window that contains some objects. When I scroll down, the objects on the window move up (of course). I don't want them to disappear off the top of the window when I get to a certain point. How can I capture the window scroll event so that the objects don't move off the screen when they get to a certain position? When I scroll back up, they can scroll as normal. Or, is there a better solution?