QtitanDataGridModel-view DataGrid component with rich functionality for Qt.C++ and PySideQtitanRibbonReplicates Microsoft RibbonUI interface for Qt.C++ and PySideQtitanNavigationDesignUIReplicates Microsoft Navigation Design interface for Qt.C++ and PySideQtitanChartCharts and Diagrams component for Qt.C++ and PySideQtitanDockingDockable Panels and Tool Bars for Qt.C++ and PySideQtitanFastInfosetXML Compressed format FastInfoset implementation for Qt.C++ and PySideRoadmap Development 2023
FireDataGridPowerful, modern, fast, DB-Aware Grid for Delphi-FiremonkeyFireDockingDelphi IDE/Visual Studio implementation of dock panels for Delphi-Firemonkey
but this seems to have no effect, the scrollbars are still only visible when needed. Am I doing something wrong here? I have also tried building one of the example projects (large dataset), with the same result.
OK, noticed that the Grid itself inherits QAbstractScrollArea, and therefore the scrollbars can be configured like this:
grid->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOn);
Absolutely. Version 8 now inherits from QAbstractScrollArea. This was not the case in version 7, was inherited from QWidget. Unfortunately, during the migration we did not implement this method from the old API. In the near update (8.1) you will be able to use the old method too.