ListView 1 Wrap

Any idea how I would go about adding a wrap functionality to the ListView 1 sample app, http://developer.anscamobile.com/content/list-view-1, to wrap to item #1 after scrolling past item #20 and #20 if scrolling up from #1? [import]uid: 12397 topic_id: 12291 reply_id: 312291[/import]

Does anyone know if this is possible? [import]uid: 12397 topic_id: 12291 reply_id: 44932[/import]

myList:scrollTo( yVal[, timeVal] )

Allows you to move the list dynamically. It’ll scroll right before the user’s eyes. This is helpful if the user touches your nav bar at the top of the screen. Most apps will scroll a long list back to the top.

Try this function. [import]uid: 75366 topic_id: 12291 reply_id: 46796[/import]