How to add scroll bar action
Solved
General and Desktop
-
-
@Kinesis said in How to add scroll bar action:
I don't know how can I add scrolling action
Like shown here: http://doc.qt.io/qt-5/qscrollarea.html
-
Hi,
QListWidget already has scrollbars so why do you want to put it in a QScrollArea since it already provides that functionality ?
-
The scroll bars appear as soon as the content exceeds the size of the widget itself, unless you force the policy to always on.
-
Did you try to determine why they don't appear ?