Is it possible to reorder items of Gtk.GridView after loading them?

Is it possible to reorder items of Gtk.GridView after loading them?
If possible!
What is the method, please?

You need to manipulate the list model. In case you’re using Gio.ListStore for example you can use the splice() method.

1 Like

Thanks
Your answer guided me
It’s next to it in the documents
I mean : Gio.ListStore.sort

This topic was automatically closed 45 days after the last reply. New replies are no longer allowed.