[TIMOB-9716] Android: Ti.UI.SIZE for TableView in ScrollView doesn't work as expected
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2013-03-20T16:23:50.000+0000 |
Affected Version/s | Release 2.0.2, Release 2.0.1 |
Fix Version/s | n/a |
Components | Android |
Labels | api, exalture |
Reporter | Nikhil Sharma |
Assignee | Sunila |
Created | 2012-06-21T17:00:55.000+0000 |
Updated | 2017-03-21T21:29:19.000+0000 |
Description
Ti.UI.SIZE for TableView in ScrollView doesn't work. If you give height an explicit value it shows all the rows but using Ti.UI.SIZE produces a table view that is only 1.5 rows high. If you don't put the table view into a scroll view, then these two configurations produce the exact same table view.
Tested with 3.1.0 on Nexus S. I can see all the rows with Ti.UI.SIZE
Closing ticket as the issue cannot be reproduced.