Gtk4 Gridview Example

Well…

To be honest I’ve found both Columnview and Gridview very difficult to use and understand.

What I ended up doing and it couldn’t of been easier was add a Scrolled Window widget with it’s child being a Grid and loaded data directly from my cursor into that Grid.

Now all I need is to create a few custom objects showing images in one case and text in the other and hook up click events.

Done

Appreciate the input…