Intermittent scrolling issue with QTableWidget
-
I'm using a QTableWidget object, once in a while when the table rows exceeds the visible rows the table will scroll to the end(on it's own) and show the oldest (bottom) rows. I can scroll to the top but when I release the touch screen it jumps back to the end (bottom) rows. This will not stop until I recycle the hardware it's running on.
Has anyone seen this behavior? Any ideas on what might cause this? Thank you.