[TIMOB-5777] ScrollView scroll behavior is not reflecting a scrollType property change
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2011-10-17T14:39:42.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Sprint 2011-42 |
Components | Android |
Labels | n/a |
Reporter | Federico Casali |
Assignee | Don Thorp |
Created | 2011-10-17T13:48:01.000+0000 |
Updated | 2014-06-19T12:43:05.000+0000 |
Description
Steps to reproduce:
1. Create a ScrollView and set the scrollType property (for example to horizontal)
2. Change the scrollType property (from horizontal to vertical)
3. Also removing and adding back again the ScrollView to the window, the ScrollView does not scroll in the intended direction, even if the property is actually correctly changed.
See the snip code: http://pastie.org/2714251
Android platform does not provide native support for bi-directional scrolling. Therefore
scrollType
is only available as a creation argument.