Is there any way to scroll beyond the last line in xcode?

xcode

Solution

XCode has it built-in:

Preferences -> Text Editing -> Editor Overscroll.

Problem

I ask if there is any way to scroll beyond the last line in xcode, because I always end up pressing a lot of enters to the end of my files, so that I don't have to always type my code at the bottom of my window. I have skimmed through the properties panel of XCode, and had a look at this forum. So far the answer looks negative, but I kept my hopes up. :) Any ideas for tricking XCode to scroll beyond the last line? (I have XCode 4.5.2)

Original source