代码:

ui->tableWidget->scrollToBottom();  //让滚动条滚动到最底部
ui->tableWidget->scrollToTop();  //让滚动条滚动到最顶部

相关文章: