Questions tagged [android-scrollbar]
96 questions
0
votes
3 answers
How to enable fast scrolling to "EditText Field" in android application
I am using EditText, and it has good amount of matter to scroll and read. Now my problem is, it's scrolling slow. So, i want increase it's scrolling speed. If anyone understood my problem and have solution please respond, Thanks in advance

John Kiran
- 79
- 1
- 14
0
votes
1 answer
Is there a way to enable ScrollBar in CodeBehind in Android?
I have written a custom scrollBar in native android. I was able to display the scroll bar in native Android there by setting the below code in the layout.xml file.
android:scrollbars="horizontal|vertical"
Now I am porting that to Xamarin.Android.…

Harikrishnan
- 1,474
- 2
- 11
- 25
0
votes
0 answers
Adding scroll view to an EditText in Android
Here's a sample layout:
so... The edit text that you see at the bottom most part of the screen has a match_parent attributes on both its layout_height and width.
The max allowed characters are 200, but if the user hits 'enter' a lot of times, the…

Parikksit Bhisay
- 163
- 1
- 5
- 20
0
votes
1 answer
View Visiblity issue while scrolling of Listview
I have a custom listview with textview and imageview and the imageview like checkmark. on OnItemClickListener of Listview when textview is selected, i will make imageview Visibilty to visible to show that is selected.
…

Sree Reddy Menon
- 1,301
- 13
- 23
0
votes
1 answer
Android listview scrollbar on top of list items
I have a listview with a scroll bar. I want the scrollbar to sit on top of the list items on the right side, but have a small margin right. So that the scroll bar is slightly indented and does not rest against the right side of the list view.
I am…

PFranchise
- 6,642
- 11
- 56
- 73
0
votes
1 answer
Android ListView padding not working for scrollbar?
I am developing an android game and in a kind of lobby screen with rooms, i have all the content of the screen inside a giant scroll. Here´s an image of it:
http://postimg.org/image/s64pzkxkz/
The problem is: Even though i put a…

user3713134
- 19
- 8
0
votes
2 answers
Android Scrollview thumview change
in application listview i had more than 1000 data in listview and its tedious to scroll. i try to change scroll thume but cannot change.i requre scroll thum like below image

CoronaPintu
- 1,865
- 2
- 17
- 20
0
votes
1 answer
ThumbDrawable of FastScrollBar is not changing.
EDITED
My ListView is :

BST Kaal
- 2,993
- 6
- 34
- 52
0
votes
0 answers
Need to Scroll the view into RelativeLayout in a new Window in android
I have 2 ListView and they are auto scrollable. So, when a select 2 items form those listViews
A new window(Canvas) will open but i want to that newWindow(Canvas) scrollable. Because that canvas size is huge...
Need Help! Thanks in…

user3148422
- 85
- 1
- 12
0
votes
1 answer
ListView Scrollbars insideOverlay no effect
I have a ListView inside a HorizontalScrollView, the scrollbartrack takes up a area to the right. When I change to Scrollbarstyle:insideOverlay it doesn't it still takes up the are. If I change to scrollbars:none the area disappears so I know it has…

larlin
- 188
- 1
- 10
0
votes
1 answer
Android: Button.onClick() concurrency issue
I have an Activity that contains four Buttons that all trigger the same onClick() method when clicked. I want to prevent concurrent calling/access of that method.
When button1 is clicked, the onClick() method causes a scrolling horizontal…

Vishesh Chandra
- 6,951
- 6
- 35
- 38
0
votes
2 answers
Scroll list view and detect the end- android
I have a list view inside which a linear layout with lots of items. Now i want to have a imageview at the button stating scrolldown till the end of the scrollview is reached and once the end is reached to hide it self. Again once the user scrolls…

bharath
- 953
- 4
- 17
- 30
0
votes
1 answer
how can I make footer visible,only if ScrollView is scrolled down?
If the ScrollView is scrolled down it has to show the footer. If its scrolled up, then footer has to disable. how to do this kinda stuff?

DroidLearner
- 2,115
- 5
- 31
- 50
0
votes
2 answers
Adding Scrollbar to Dynamic Table-View in Relative Layout
I have created dynamic table-layout dynamically in Relative-Layout. I am adding text-views dynamically. I have 9 fields to display. How can i put horizontal and vertical scroll bar in it ?
Code:
protected void onCreate(Bundle savedInstanceState) {
…

user2151150
- 3
- 4
0
votes
1 answer
How to know if the user actually needs to use a scroll?
So I have this android app, where the menu has a lot of buttons. I have put scroll so for phones with smaller screen, they need to scroll down to see all the buttons, but for phones with big screen, there is no need to scroll as all the buttons will…

Nikhil
- 2,168
- 6
- 33
- 51