[TIMOB-5510] MobileWeb: Property size doesn't work with tableView
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-05-31T04:37:23.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | MobileWeb |
| Labels | n/a |
| Reporter | Misha Vasko |
| Assignee | Maxim Negadaylov |
| Created | 2011-05-31T02:42:45.000+0000 |
| Updated | 2017-03-09T20:25:14.000+0000 |
Description
Property size doesn't work with tableView.
var win = Ti.UI.currentWindow;
var tableView = Ti.UI.createTableView({
size: {width: 200, height: 300},
top: 10,
left: 10,
backgroundColor: 'red'
});
win.add(tableView);
Closing ticket as fixed.