can a tableView be resized?

using a tableview…need to push it up when keyboard pops up…i can move it up but then a part if off screen and can’t scroll to see those rows…can it be resized without it blowing up? or is it better to destroy it and build a new one every time the keyboard goes up and down?

I would love to be able to dynamically resize it, don’t mind the overhead of redraw, but do mind having to store all the row data somewhere and destroy/re-build the tableView every time keyboard goes up or down…

Thanks!

One thing to consider if you haven’t already is moving the tableView and then lock the scroll: setIsLocked: http://docs.coronalabs.com/api/type/TableViewWidget/setIsLocked.html

One thing to consider if you haven’t already is moving the tableView and then lock the scroll: setIsLocked: http://docs.coronalabs.com/api/type/TableViewWidget/setIsLocked.html