Here's what the JavaDocs say:

" Define whether the horizontal scrollbar should be drawn or not. The 
scrollbar is not drawn by default. "

What do you mean by "as documented"?  The Java Docs don't give any 
qualifications about its use.  They're misleading.

I need both vertical and horizontal scrolling.  ScrollView gives me 
vertical scrolling, but apparently not horizontal scrolling.  The JavaDocs 
for ScrollView don't say why that should be the case.


On Sunday, July 15, 2012 2:55:13 AM UTC-6, Romain Guy (Google) wrote:
>
> 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

Reply via email to