tview
tview copied to clipboard
grid border title
Is there a way to add a title to the grid's border?
You can add a title to any primitive using Box.SetTitle().
If you mean to add a title to each grid item, drawn over the grid lines, there is no direct way. You could remove the gaps and add borders and titles to each of your grid items. But this will draw separate boxes for each item. Not as pretty as the grid lines but it might do the trick for you.