The only thing View knows is these methods it calls on itself to have subclasses tell it how to show the scroll bars:
http://developer.android.com/reference/android/view/View.html#computeHorizontalScrollExtent() Beyond that, you will need to look at a specific class that is doing scrolling. On Thu, May 5, 2011 at 8:09 AM, kellogs <[email protected]> wrote: > Hello, > > trying to implement a dynamic scrolview wrapping mechanism here. But > no matter what method I try from the View class they all return me the > view's part of height that is currently visible on screen. So if there > are 360 pixels available for a textview that has lots of text and is > currently using 400 pixels its getHeight() and many other related > methods always report 360. > > Any way around this ? maybe getting to the View's Canvas ? How can I > go about that ? > > Thank you! > > -- > 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 > -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. 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

