cogentcore / core

A free and open source framework for building powerful, fast, elegant 2D and 3D apps that run on macOS, Windows, Linux, iOS, Android, and the web with a single Go codebase, allowing you to Code Once, Run Everywhere.
http://cogentcore.org/core
BSD 3-Clause "New" or "Revised" License
1.69k stars 79 forks source link

Grid layout doesn't support spans #10

Open rcoreilly opened 6 years ago

rcoreilly commented 6 years ago

Every cell is a cell -- can't have an element that spans across multiple cells. HTML has such a capability, but specifying and managing it can get complicated quick, especially supporting vertical and horizontal spans etc.

A simple horizontal multi-cell would be relatively simple and is probably good enough for the vast majority of cases?

rcoreilly commented 8 months ago

styling support is in there, but rendering doesn't use it still.