samir chauhan
samir chauhan

Reputation: 1543

Scroll bar not showing up in android app

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

Answers (1)

tr4656
tr4656

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

Related Questions