Quote Originally Posted by jfinn88 View Post
from my understanding the scrollable content need to be smaller than the visible area ? mine is same size ...
Usually the content is larger, otherwise you wouldn't need to scroll.

You set the visible size to be the same as the content size, so your content will always be visible fully.

Quote Originally Posted by jfinn88 View Post
I want to use the flickable area to make the tableView scrollable by touch (app will be running on touch screen)
Any specific reason for using a Flickable? The TableView already scrolls its content itself, why do you also need to move the view itself?

Cheers,
_