Hi Romain Guy, I want auto-fading scroll bar. How to do that ?. Or at the least, I want to show scroll bar in my custom view. How to do using compute*() methods. My custom view is scrolling, but I want to show the scroll bar. I also find a link from you,
http://markmail.org/thread/n7wv2rvgre3talba but not getting the proper way. Just give some idea to start. Any help is appreciated Thanks On Dec 2, 10:39 pm, Romain Guy <[email protected]> wrote: > awakenScrollbars() is used only when you have auto-fading scrollbars. > To show scrollbars in a custom view you also need to implement the > various compute*() methods, for instance computeVerticalScrollRange(). > The javadocs explains what these methods are for. > > > > On Wed, Dec 2, 2009 at 4:04 AM, Nithin <[email protected]> wrote: > > Hi, > > > I have a custom view. I am scrolling the view vertically using scrollTo > > (int, int). But the scrollbar is not showing when scrolling. I tried > > awakenScrollBars(). But its not drawing the scrollbar. I also put > > setVerticalScrollBarEnabled(true). Whether I am missing something > > here ? > > > Thanks > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -- > Romain Guy > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time > to provide private support. All such questions should be posted on > public forums, where I and others can see and answer them -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

