Help: tableView with background gets messed up

I am not sure if this is a bug or something I am doing wrong. Please help. My code is here. http://pastebin.com/wQu3yF4a.

I am seeing two problem. When the background is commented out then the tableView shows up fine. However, when the background is left as is then the entire tableView is not present. What am I doing wrong?

The second thing is when the background is commented out and when I am holding the tableview and moving it up then I can still see greyed out portions of the tableView appearing. Please let me know if you need more information. [import]uid: 103483 topic_id: 20362 reply_id: 320362[/import]

I think I got the 2nd one resolved by setting renderThresh to a lower value but the first issue still remains. [import]uid: 103483 topic_id: 20362 reply_id: 79547[/import]

Try doing demoGroup:toFront() after you insert the list.view on line 84 [import]uid: 14018 topic_id: 20362 reply_id: 79684[/import]

Thanks. After I added the background to the demogroup then I was able to solve the 2nd problem also. Will try your solution too. [import]uid: 103483 topic_id: 20362 reply_id: 79784[/import]