Scrollbar doesn't appear on QListWidget when item starts on visible area.
-
wrote on 15 Mar 2017, 10:06 last edited by
Hello
when I add new widget to QListWidget I need to have a scrollbar when items goes over visible area.
but when I add item to list and this item starts in visible area and goes over the area, I have no scrollbar and last item is partly visible. is there any chance to have a scrollbar in this case? -
wrote on 15 Mar 2017, 13:14 last edited by
have you set
setVerticalScrollBarPolicy
to any other value thanQt::ScrollBarAsNeeded
?
2/3