So I want to display a grid of numbers that a user can interact with. So far I've found labels to be inadequate. Moving the labels when there are more than 200 or so tends to get rather slow. I've already tried to use a TileList to no benefit. Any other ideas? I've been pondering using some sort of tabbing and line spacing to get single or small number of TextAreas to do what I need.

