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

Reply via email to