TableView "boundsBehavior"
-
hello everybody,
i am a newbie of QT QML and have a question on TableView.
Would it be possible to make a TableView having Flickable.DragOverBounds as "boundsBehavior" on desktop?
i cannot find boundsBehavior in TableView. setting its flickableItem.boundsBehavior does not work, either.
however, on both iOS and Android, TableView does have "drag over bounds" behaviour.
i am using Ubuntu 14 and Qt 5.4 and Qt Creator 3.3.1
(yes, ListView works nicely, but i have to stick on TableView because there is some existing code)
Thanks in advance!!
py