[TIMOB-18745] Windows: Use Pivot and PivotItem for Tab and TabGroup UI proxies
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2015-06-30T17:03:37.000+0000 |
| Affected Version/s | Release 4.1.0 |
| Fix Version/s | Release 4.1.0 |
| Components | Windows |
| Labels | n/a |
| Reporter | Christopher Williams |
| Assignee | Kota Iguchi |
| Created | 2015-03-26T17:22:42.000+0000 |
| Updated | 2017-03-16T21:52:40.000+0000 |
Description
We currently implement the Tab and TabGroup UI elements in JS up in TitaniumKit. While it works, it's not very typical of the look and feel for a Windows app. The equivalent UI seems to be Pivot and PivotItem:
!https://i-msdn.sec.s-msft.com/dynimg/IC713237.png!
https://msdn.microsoft.com/en-us/library/windows/apps/dn596104.aspx
https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.pivot.aspx
https://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.controls.pivotitem.aspx
https://github.com/appcelerator/titanium_mobile_windows/pull/334
Closing ticket as the issue has been fixed.