Hi there,
in Gtk3, I was using gtk_tree_view_set_row_separator_func
to add a thin separator line between two rows in a treeview. What’s the equivalent thing in Gtk4’s ColumnView? show-row-separators
shows separators for all rows and not just for specific ones.
Lukas