[TIMOB-20305] Windows: Add support for Scroll Wheel (ti.scrollwheel)
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Leor Brenman |
Assignee | Unknown |
Created | 2016-02-02T15:30:04.000+0000 |
Updated | 2018-02-28T19:55:12.000+0000 |
Description
Add support for Scroll Wheel for Windows Phone
Client wants to use a scroll wheel to select a time for a reservation
Attachments
File | Date | Size |
---|---|---|
Screen Shot 2016-02-02 at 10.24.57 AM.png | 2016-02-02T15:25:20.000+0000 | 157915 |
Maybe https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.timepicker.aspx
Don't we already support this, just not documented? https://github.com/appcelerator/titanium_mobile_windows/search?q=picker&type=Code
We do have pickers and yes, you can choose to use a time picker. See https://github.com/appcelerator/titanium_mobile_windows/blob/8d531db6f4e06005fa17a1841f62a728254a454b/Source/UI/src/Picker.cpp#L65 and https://github.com/appcelerator/titanium_mobile_windows/blob/d9cb8a0a5c3fca412d66f87958d9ea450d7b1110/Examples/NMocha/src/Assets/ti.ui.picker.test.js#L33 Also note that ti.scrollwheel is a third-party module. And I imagine that you could always try rolling your own custom UI to have a fancier time picking UI using something like a TableView or ListView.