Created
January 18, 2012 22:06
-
-
Save srahim/1636107 to your computer and use it in GitHub Desktop.
doc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - name: setContentOffset | |
| summary: | | |
| Sets the value of [contentOffset](Titanium.UI.ScrollView.contentOffset) property. | |
| In iOS, there is an additional parameter `animated` that can be set to true/false to turn ON/OFF the animation while changing the | |
| contents Offset. Forexample setcontentOffset({x:50,y:100},{animated:true}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment