I thought I would have to use the flickable area to make the tableView scroll by touch...
I thought I would have to use the flickable area to make the tableView scroll by touch...
A view that can't scroll by itself would be pretty useless IMHO.
Cheers,
_
I agree and it dose provide scroll bars by its self I get that, I'm not sure about the touch screen side though...
I would be equally surprised if any QtQuick component would not work with touch screen, after all that's the main use case for this UI technology.
Cheers,
_
right! that’s why I chose to use it. I have found a know bug when using ScrollView will disable a flickable area in a listView. I'm wondering if there is something messing with my tableViews flickable inheritance that is similar to the listView issue. I'm making progress on my UI thanks for the help
was able to find property for enabling flickable area with ScrollView:
soln: flickableItem.interactive: true - allows flickable are in listView with ScrollView
not sure how to get tableView flickable to work now....
Last edited by jfinn88; 27th September 2016 at 19:01.
Bookmarks