Add outer border to column view so that it looks like a table

Right now I know how to add column and row separators to a column view so that it looks like below. Notice the vertical and horizontal lines.
image

However, I am interested in an outer border as well so that I can have a table like below. Notice the outer border in addition to the row and column separators.
image

How do I do that in Gtk when working with column view?

You could add the frame CSS class, but I usually prefer to put it in a Gtk.Frame widget.

2 Likes

Or if you have a CSS file, you can just add the required border properties there, however you want them.

2 Likes

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