[TIMOB-11107] Win8: TableView providing TableViewRow height issue
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-09-26T14:13:10.000+0000 |
Affected Version/s | Sprint 2012-03 WIN8 |
Fix Version/s | Sprint 2012-03 WIN8 |
Components | Windows |
Labels | n/a |
Reporter | Hayk Zakaryan |
Assignee | Tatyana Petrenko |
Created | 2012-09-25T11:24:01.000+0000 |
Updated | 2012-09-27T09:23:59.000+0000 |
Description
when creating TableView, creating TableViewRow explicitly providing height and adding rows to the tableview actually gap remains between these rows.
Example code is in Expense report app - CreateExpenseReport.js - when adding new charges between every row representing a single charge there is a gap.
Though the tableViewRow height is set to 42 and the height of view being added to the tableViewRow also is set 42.
No comments