Hello,

We use a QTreeView to present a list of files in our commit tool.  The
view has 4 columns, the largest of which is the file name.  We don't
really like Qt's behavior of scrolling horizontally when an item is
selected, most of the time the user wants column 0 visible since it
has the file selection check boxes.

We have a hack in place which disables this horizontal scrolling:

http://bitbucket.org/tortoisehg/thg/changeset/d3c50e52949b

But I was curious if anyone knew of a cleaner way to accomplish this.  Cheers.

-- 
Steve Borho
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to