Hi ,
I have Qtablewidget inside a QDialog,when my dialog is resized the tablewidget also gets resized and that i what the behavior i.e needed.

But when i resize my table widget or scroll the vertical ScrollBar .The last row Item is not completely visible so when user click's on that last row QT internally emit the valuechanged() to make it visible and the row is most 1 step up.

SO how can i keep my last row of tablewidget always visible irrespective of whether it is resized or it is scrolled so as to avoid the above behavior

Any help would be appreciated thanks......