Over scrolling of page in windows phone 7 cordova application in jquery mobile

Over scrolling of page in windows phone 7 cordova application in jquery mobile

I am developing a jquery mobile (1.1.1) and phonegap(cordova-1.9) application for windows mobile phone 7. App is working fine with some problems like whole page is scrolling by default. To prevent this is I use

http://forums.enyojs.com/discussion/353/windows-phone-7-disabling-the-default-pinchzoom-scroll-snapback-behavior

I have top bar,bottom bar and scrollable listview. The above mentioned link stops scrolling of listview. please tell me any solution that default scrolling of whole page is prevented but internal listview scrolling must work. I hope You understand my problem.

thanks