Reputation: 1543
I am using Titanium for creating my Android app. I have a one big form in my window. But the scrollbar is not showing up there. I think its not set by default in Titanium. So I just want to know is there any way for the scrollbar to show up.
Upvotes: 0
Views: 1136
Reputation: 1298
I think what you are looking for is showVerticalScrollIndicator
or showHorizontalScrollIndicator
so setting the one you want to true will make the scroll bar show up.
Upvotes: 1