Scrolling View

Hi,
I need help about scroll view. How to fix the content size of the scrollview? If I set the upper and bottom bound but when I scroll the scroll view goes up in the full screen. and bottom as well. It is not like iPhone Scroll view. Can anyone help me how to fix the scroll view in the specific area of the scree?

Thanks [import]uid: 97897 topic_id: 20155 reply_id: 320155[/import]

The new scrollView widget available in the tableView is much improved and allows you to specify a topPadding, bottomPadding, or simply a width/height. With this version you can now have horizontal and vertical scrolling as well, it’s the closest match to Apple’s native offering so far.

Here’s the documentation for the new scrollView widget just included a few builds ago:
http://developer.anscamobile.com/reference/index/scrollview-after-build-2011715 [import]uid: 52430 topic_id: 20155 reply_id: 78824[/import]

http://developer.anscamobile.com/forum/2012/01/13/scrollview-2012721-and-later-scroll-top-bug [import]uid: 96683 topic_id: 20155 reply_id: 79736[/import]