TableView: Anyone enabled something like snapMode: GridView.SnapToRow with a TableView
Moved
Unsolved
QML and Qt Quick
-
I'm using the newer TableView:
import QtQuick 2.12
import Qt.labs.qmlmodels 1.0
import QtQuick.Controls 2.12I'm curious if I can enable something like the GridView snapToRow setting with a TableView. Each of my rows could have a custom height so a simple modulo based calculation will not work.
Thanks,
-Rich