Relative Content

Tag Archive for gtkvalagtk4

How to disable automatic scrolling when sorting changes in Gtk4 ColumnView (Vala)

Whenever I click on a header of a column or emit the changed signal on ColumnView.sorter in code, the ColumnView automatically scrolls so that some of the rows that were previously visible are kept in view (or at least I think this is the logic). This behavior is more annoying than useful in my use case, so I would like to turn it off or bypass it in some way.