Hello,

I've created a Qtreeview with a large number of columns and I'd like the first one (which is a header for the rows) to be fixed when the user scrolls the treeview contents.

I was able to implement this feature by exchanging the first column with the first column in the viewport each time the scrollbar value changes, but it doesn't work very well.

Is there an easy way to keep the first column always in the first position, even when the contents are scrolled ?

Thanks in advance,

Rodrigo