How to implement partial scrolling
Unsolved
General and Desktop
-
I'm trying to create a grid-based user interface with columns that have titles followed by elements (similar to the cells in an excel spreadsheet). I was thinking of using a QScrollArea to make it so that the user can scroll through the blue elements, but I'm unsure about how to make it so that the yellow elements stay in place. The reason I'm placing both the yellow and blue elements in the same grid is so that they align perfectly, but it doesn't seem like I can install a scroll area for only the blue part of the grid.
-
Hi and welcome to devnet,
The Frozen Column Example might give some ideas to get you started.
Hope it helps
-
This post is deleted!