I have a ui with a QScrollArea
Widget. The QScrollArea
uses a Flowlayout. My problem is when I add widgets to my layout the scroll area begins to scroll and does not expand when it has room to expand. I want the scroll area to expand to its limit before the scroll bar appears first.
How can I get the scroll area to expand before the scroll bar appears?
QScrollArea
sits in aQFrame
Widget. – Tupper