[TIMOB-23308] Windows: Implement support for scrollingEnabled in Ti.UI.ScrollableView
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-05-16T06:09:57.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.4.0 |
Components | Windows |
Labels | qe-5.4.0 |
Reporter | Jonas Bjurhult |
Assignee | Gary Mathews |
Created | 2016-05-03T05:19:43.000+0000 |
Updated | 2016-06-28T20:39:13.000+0000 |
Description
Ti.UI.ScrollableView: scrollingEnabled is not supported by the Windows platform.
Since this works in both Android and iOS it would be nice to be able to programmatically disable scrolling sideways. We use this in a scenario where the user has to accept EULA before the scrolling is enabled.
Hello, This is a valid feature request. At present
scrollingEnabled
property is not supported on Windows platform forTi.UI.ScrollableView
. So there is no way to disable scrolling on scroll view. ThanksPR: https://github.com/appcelerator/titanium_mobile_windows/pull/689
Verified. Tested on: Microsoft Lumia 640 (8.1) Windows Simulator (8.1) Microsoft Lumia 640 (10) Windows Simulator (10) Windows 10 Pro Studio: 4.7.0.201606220541 Ti SDK: 5.4.0.v20160627224205 Appc NPM: 4.2.7-2 App CLI: 5.4.0-20 Node v4.4.4 *Closing Ticket.*