Tagged Questions
4
votes
1answer
91 views
How do I force columns in a Grid to be equally spaced?
Suppose that I have this table tab, which I display using Grid. Is it possible to force the columns to be equally spaced? All ...
3
votes
3answers
92 views
In Grid and using Frame, how can I only frame the header cells?
Suppose that I use Grid to display a table tab. I did the following, which frames all cells:
...