Monogame UI ListView question

I wanted to have simple scrollable rectangle block with textblock inside as GUI or in other words listview so I downloaded xna windows phone 8 listview (basicUI bundle) and I sucesufully migrate it from windows to android and ios, but I want to make that view scrollable inside a rectangle block not drawed and scrolled on full screen.

that is the source code -> http://pastebin.com/VbrVCB6z

Any idea how can I put the content inside the ViewRect and after that scroll only under top and the bottom of the box ?

Is that what you want to do?


https://msdn.microsoft.com/en-us/library/microsoft.xna.framework.graphics.graphicsdevice.scissorrectangle.aspx

@nkast Not sure how to apply that into the above.