Questions tagged [android-scrollbar]

96 questions
0
votes
1 answer

How to set the attribute "android:scrollbars" programmatically for a view in Xamarin Android C#?

I am using NestedScrollView control in my Xamarin Android application as recommended in Android forums. In which the scrollbars are not visible, but the scrolling is working. I want to enable to enable the scrollbars and tried the scrollbar related…
0
votes
1 answer

scrollbar moves rough when activating fastscrollenable in android listview

scrollbar moves roughly while scrolling. how to make scrollbar move smoothly when enable fastcrollenable="true"? I've been looking for it for a month. both in android documentation, stackoverflow, and other web ,but i can't find it. in my listview ,…
0
votes
1 answer

Keep fast-scroll bar in recyclerview from fading

Is there a possibility to keep the scroll-bar of a fast-scrolling recyclerview from fading? Right now I have this recyclerview:
0
votes
2 answers

java.lang.IllegalStateException: get field slot from row 0 col 0 failed

Hey I'm trying to implement an FastScroller with AlphabetIndexer. And I'm testing it with 500 contacts in a list view. And when trying to fast scroll it, it returns the folowing error: java.lang.IllegalStateException: get field slot from row 0…
rogcg
  • 10,451
  • 20
  • 91
  • 133
0
votes
1 answer

Android Add horizontalscrollbar and verticalscrollbar to a view dynamically

HI, I have a problem in dynamically adding horizontal and vertical scrollbar to a view . Basically the application zoom in and zoom out an image. I want to put horizontal and vertical scrollbar dynamically whenever view is out bounds. i.e. when zoom…
Mudassar
  • 1,566
  • 4
  • 21
  • 31
0
votes
1 answer

ListView scrollbarStyle not working properly in a Widget

I'm trying to do a Widget with a ListView, but I want to show the ScrollBar really in the right side, without any padding. I want it like the gmail calendar Widget. I will show you how with pictures: This is my Layout:
Slashhh
  • 154
  • 1
  • 12
0
votes
1 answer

How to define position of scrollbar view inside recyclerview?

I am trying to do something like this: I just need to put the scrollbar of the recycler in that position overlaping the views and no more. Why? Easy, this interface is a little complex to achieve with 2 recyclersview or 2 scrollviews and handling…
0
votes
0 answers

ScrollBarStyle didn't show in apps

i tried make a custom scrollbar style, but it show nothing when the app is running, here is my style