Hi, You have to override the various compute*() methods to tell the framework what the scroll range, offset and extent are.
On Mon, Jan 11, 2010 at 8:37 PM, RIV <[email protected]> wrote: > Hi All, > > I have a AdapterView derived class (say GridLayout) in which I arrange > views in a grid. When items in the grid exceed the height of the > GridLayout( or screen) I want a scrollbar to appear. I have handled > scrolling in onTouchEvent. But the problem is the scrollbars don't > appear. I have set the vertical scrollbar to be enabled, but no use. > The docs say the scrollbar appears every time the scrollTo or scrollBy > methods are called. Whats wrong. Please suggest. > > Thanks in advance > R > > -- > 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

