ScrollView only supports vertical scrolling as documented. If you want horizontal scrolling you need to use HorizontalScrollView.
On Sat, Jul 14, 2012 at 6:39 PM, Dean Schulze <[email protected]>wrote: > I have a ScrollView which scrolls vertically when I add enough rows to the > table I create dynamically. When I additional columns so they cannot all > be displayed and call ScrollView.setHorizontalScrollBarEnabled(true) there > is no horizontal scrolling or scrollbar, however. The JavaDocs don't > mention that anything else has to be done to enable horizontal scrolling. > > Is this a bug, or is it a case of undocumented dependencies in order to > get horizontal scrolling to work? > > 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] -- 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

