<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Sorry, I meant QTreeWidget as well.&nbsp; I'm using Qt 4.2 and PyQt4.1.1.&nbsp; I
was using Qt 4.1 and PyQt 4.0.1.&nbsp; I checked around in the QT 4.2 change
logs, I could find anything but you never know.&nbsp; Was just wondering if
anyone else noticed this.<br>
<br>
-Matt<br>
<br>
Phil Thompson wrote:
<blockquote cite="mid200702070841.32696.phil@riverbankcomputing.co.uk"
 type="cite">
  <pre wrap="">On Wednesday 07 February 2007 1:55 am, Matt Chambers wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Using PyQt4.1.1

When I remove an item from a QTableWidget, it automatically resets the
scrollbar to the top.

def removeItem(self,item)
    self.takeTopLevelItem(self.indexOfTopLevelItem(item))

It works properly with PyQt 4.0.1.  Looked around for properties that
would affect this, couldn't find anything.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You need to say what version of Qt you are using as that is the most likely 
cause of any change in behaviour. Going back to an earlier version of PyQt 
built against the same version of Qt is unlikely to make any difference.

Phil

  </pre>
</blockquote>
<br>
</body>
</html>