How to perform auto scrolling in QTAbleWidget?
-
In my program i'm using QTableWidget.
The table contains thousands of rows, I'm using findItem() to search specific key in table.
The findItem returns list of QTableWidgetItems, i want to highlight all those items one by one when "NEXT" button pressed.
But table wont performing auto scroll to view the Items below the table...
How can i do that? -
Try "scrollToBottom()", see "here":http://doc.trolltech.com/4.8-snapshot/qabstractitemview.html#scrollToBottom