https://trello-attachments.s3.amazonaws.com/546e246d189d6f4ca7ac3fea/251x622/d09dc5dc143f2b73d5f16ff92d8f9f18/Screen_Shot_2015-05-16_at_17.12.16.png
TableView creation code:
tableView = widget.newTableView { top = scrollview\_middle.y + scrollview\_middle.contentHeight\*.5, left = 0, width = (viewableScreenW)+ox+ox, height = viewableScreenH/3, hideBackground = false, listener = tableViewListener, onRowRender = onRowRender, onRowUpdate = onRowUpdate, --onRowTouch = onRowTouch, } group:insert(tableView)
The group it’s contained in has 0 ‘x’ position and when I try moving the TableView, the line (and its gap) follows.
It seems to follow what people above are experiencing too.
Thanks,