I am using TableView QML component. I have 3 columns in there. Each column width is set to the table total width divided by 3. This introduces some fraction parts and in result, a horizontal scrollbar is always visible in the bottom:
I would like to disable this scrollbar but cant figure out how to do it. I am using QML TableView from QtQuick.Controls 1.4 (the old ones). Qt version is 5.12.3.
