Questions tagged [android-scrollbar]

96 questions
0
votes
3 answers

Auto Scroll Text In TextView

I have textview with specific height and i have so many sentences within that textview. I have implemented scrollbar within that textview to see whole content. But i want to implement auto scroll and i am not getting the way to implement this auto…
0
votes
2 answers

ScrollView and missing scroll bar

I create my own class which extend ScrollView but scroll bar disapear. How Can I show scroll bar when I scroll page. This is code my class: package se.nindev.restaurant.views; import android.content.Context; import android.util.AttributeSet; import…
user1302569
  • 7,131
  • 13
  • 46
  • 66
0
votes
1 answer

Determine the dimensions of the scrollbars of a canvas

I have a canvas with scrollbars (not using ScrollView), and I need to know the measures of the scrollbars, i.e width and height. Is there any way to determine them? Thanks.
user940016
  • 2,878
  • 7
  • 35
  • 56
0
votes
4 answers

Auto scroll down on textviews

I have 3 components on my application, 1 textview(inputType:textMultiline, scrollbar:vertical, gravity:bottom|right) at the top, 1 editview at the middle and 1 button at the bottom. When I type something on my editview and I click the button, the…
ron
  • 19
  • 1
  • 5
-1
votes
1 answer

Android Webview content move top by click on Button

I am showing html file in web view , on that Web view I am having one button on bottom .After that scrolled down that html page I want to move top of that web view once clicking on that button . I need some one's advice to rectify this immediately.…
-2
votes
2 answers

ScrollBar doesnt work in EditText

Hope all of you doing well. My Problem is: I have xml code like following:
Pratik Butani
  • 60,504
  • 58
  • 273
  • 437
1 2 3 4 5 6
7