Inverted Scrolling for ScrollView/TableView Widgets

It would be great to have a function that inverts the horizontal and vertical scrolling directions of these widgets.

For example, I’m trying to add simple orientation support to my app (landscapeRight + landscapeLeft), and the problem is that after rotating the widgets I need them to scroll in the “inverted” direction so that they perform normally for the user regardless of orientation.

Thanks! [import]uid: 87138 topic_id: 20640 reply_id: 320640[/import]

Hi revaerie,

They’ve already incorporated this in a different manner. They revamped the scrollView a little while ago so that you can delete it and recreate it after the orientation change. There’s even a function that will get the scrollLocation and another to automatically scroll the scrollview to that location. So that when you recreate the scrollView, it will be scrolled to the same place the user left it, not scrolled all the way to the top.

-Matt
W2MD [import]uid: 10211 topic_id: 20640 reply_id: 81139[/import]

Thanks for the tip Matt! I’ll look into that.

Still though, it seems much simpler to just do this… It would take all of 10 seconds for me to add this myself if I could access the actual scrolling events. [import]uid: 87138 topic_id: 20640 reply_id: 81332[/import]