[Solved]Controlling scrolling in QListView
-
Hello
I'm wondering how I could control the scrolling in a qlistview so that every time a item is added to the end of the list, it scrolls down. Also I'd like to control the scrolling of the qlistview using function calls (e.g. "scroll one row down"). My last question concerns the scroll bars, how can I disable the horizontal one? Thanks you!
Best regards
Richard -
-
"QAbstractItemView::scrollToBottom":http://doc.qt.nokia.com/latest/qabstractitemview.html#scrollToBottom
-
"set QAbstractItemView::ScrollPerItem":http://doc.qt.nokia.com/latest/qabstractitemview.html#verticalScrollMode-prop
-
"Hide the QAbstractScrollArea::horizontalScrollBar":http://doc.qt.nokia.com/latest/qabstractscrollarea.html#horizontalScrollBar
-