spectreconsole / spectre.console

A .NET library that makes it easier to create beautiful console applications.
https://spectreconsole.net
MIT License
8.9k stars 454 forks source link

Can't find how to render panel to whole screen #1558

Open viraptor opened 1 month ago

viraptor commented 1 month ago

Is your feature request related to a problem? Please describe. I've tried to find a way to display a panel which fills the entire terminal. (for live display) I've found .Expand() which sorts out the width, but it doesn't adjust height. There are no examples that I can find which would do it.

Describe the solution you'd like Some documentation about fully expanded displays.


Please upvote :+1: this issue if you are interested in it.

patriksvensson commented 1 month ago

You can use Layout for this.

viraptor commented 1 month ago

Thanks, it seems to work. I can't see anywhere it's actually mentioned in the docs though.