-
Couldn't load subscription status.
- Fork 725
Description
This may already be possible, but I'm missing it:
I want a control that lets me build paneled UIs like UI Catalog more easily:
But with arbitrary horizonal and vertical panels. It's a very common console GUI idiom.
I should be able to resize the panels with either the mouse or keyboard (with well defined shortcut key idioms that would be consistent across all Terminal.Gui apps).
TAB should navigate gracefully between panels.
I should be able to add and remove panels dynamically at runtime.
Panels should have (optional) Titles (like shown above).
Unlike above, the border between panels should be a single column (or row for horizontal panels).
