[TIMOB-18997] Windows: auto layout support
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-06-11T14:49:03.000+0000 |
Affected Version/s | Release 4.1.0 |
Fix Version/s | Release 4.1.0 |
Components | Windows |
Labels | n/a |
Reporter | Kota Iguchi |
Assignee | Kota Iguchi |
Created | 2015-06-11T09:38:17.000+0000 |
Updated | 2017-03-16T21:57:57.000+0000 |
Description
There's no implementation to support
auto
layout in LayoutEngine
. auto
layout behavior should be either FILL
or SIZE
depending on components described in [Transitioning to the New UI Layout System](http://docs.appcelerator.com/platform/latest/#!/guide/Transitioning_to_the_New_UI_Layout_System) (For example, Label
should treat auto
as same as specifying SIZE
). ViewLayoutDelegate
should inform how components should layout against auto
.
https://github.com/appcelerator/titanium_mobile_windows/pull/276
Closing ticket as fixed.