Is it possible to lock down a tableView so that the user can't scroll? In the documents I see:
moving boolean boolean to control the moveable state of the table viewBut that doesn't seem to do it. To see the exact effect I am looking for, go here:
iPhone > Clock > Alarm > Edit> Click on an alarm time
You now see what looks like a tableView with 4 rows. Some of the rows are clickable (have children) some don't. You can move the window up and down, but you can't scroll within the tableView. This is what I'm trying to achieve.
Thanks!
Titanium Studio 2.1.0, SDK 2.1.0
1 Answer
scrollable: false
odd that it's not documented.
Your Answer
Think you can help? Login to answer this question!