Is it possible to add a background image to the tableView widget? If so, how do we do this? Can someone provide an example? Thanks.
Hi there,
At the moment, that is not possible directly on the tableview. But you can render the tableview with alpha 0 (transparent) in the background color definition, and create the background image like a normal display object, and create the table over that background image.
Hope this helps,
Alex
Hi there,
At the moment, that is not possible directly on the tableview. But you can render the tableview with alpha 0 (transparent) in the background color definition, and create the background image like a normal display object, and create the table over that background image.
Hope this helps,
Alex