[TIMOB-24370] Universal Windows App (UWP): ScrollView doesn't scroll horizontally when the content is larger
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2017-02-06T09:12:48.000+0000 |
Affected Version/s | Release 6.0.0 |
Fix Version/s | Release 6.1.0 |
Components | Windows |
Labels | n/a |
Reporter | Shuo Liang |
Assignee | Kota Iguchi |
Created | 2017-02-03T06:17:28.000+0000 |
Updated | 2017-02-06T18:48:26.000+0000 |
Description
Related to cases TIMOB-24222, only TIMOB-24222 fixed the vertical one. This case is created for horizontal.
Attachments
File | Date | Size |
index.js | 2017-02-04T04:25:01.000+0000 | 66 |
index.tss | 2017-02-04T04:25:14.000+0000 | 395 |
index.xml | 2017-02-04T04:25:20.000+0000 | 4652 |
[~sliang] Can you add a sample code that reproduces the issue? I tried following code but I was able to scroll horizontally in this case.
Attached simple code from customer. [~kota]
I was not able to reproduce this with latest nightly SDK
6.1.0.v20170202120400
. I believe it's fixed along with TIMOB-24222.Tested using environment: NPM Version: 2.15.9 Node Version: 4.5.0 Mac OS: 10.12.1 Appc CLI: 6.1.0 Appc CLI NPM: 4.2.8 Titanium SDK version: 6.1.0.v20170202120400 Appcelerator Studio, build: 4.8.1.201612050850 Windows OS: Windows 10 Build 14393.693 Windows Device: 10.0.14393.693 and 8.1 I first tested the demo code on device with SDK 6.0.1, and found that the labels were not displayed properly. Labels were vertically wrapped and therefore horizontal scrolling was not necessary. It appears that the fix that went into TIMOB-24222 fixed the issue with this ticket aswell. Using SDK 6.1.0.v20170202120400, I found that the horizontal layout was being displayed correctly, and that scrolling horizontally worked as expected.