The grid-layouts tag has no wiki summary.
19
votes
3answers
456 views
Build a refined grid based on intersecting line
I honestly have no idea where to begin with this problem. In summary, I have a 2D coarse grid with an intersecting line. For an easy example, let's assume it's a 4x4 grid.
I wish to pass through ...
12
votes
2answers
356 views
Generating schedules/timetables in Mathematica
I've always used MS Excel to create my school schedules, and I've always been happy with the results.
Is there a similar GUI way to generate schedules/timetables in Mathematica or a third-party ...
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 ...
2
votes
1answer
88 views
How can I place gui controls inside Grid? [duplicate]
In all my apps, I am facing a problem about placing the Gui controls inside Grid.
For this purpose, I wrote three functions.
The first function, ...
13
votes
1answer
111 views
Possible to draw an Item in a Grid with only 3 sides of a Frame?
I'm trying to draw a Grid of characters where some of the characters have Frame lines on 3 sides. For example:
...
11
votes
4answers
313 views
Grid - Item - Alignment to decimal problem
I've run into a Grid layout problem for which I don't know a solution. I want to specify alignment to a specific character such as a decimal and an ...
8
votes
2answers
267 views
How to set row height in Grid?
I always thought that Grid (and the underlying GridBox) and the general handling of tabular objects is a bit weird in ...
6
votes
3answers
121 views
How to scale the size of Pane to make it fit a Grid element?
I am wanting to make a Pane scale to fit (if Spacings are zero) a Grid element.
...
4
votes
2answers
169 views
Grid - problem with ItemSize being ignored
I have run into another problem with Grid today.
An explicitly specified ItemSize is being ignored:
...
3
votes
3answers
295 views
Grid - sizing and spacing problems with spanning cells
I am trying to set up a Grid with cells that span two rows and are centered on those rows, but I am having troubles with the sizing and, therefore, spacing of the ...
