spectre.console icon indicating copy to clipboard operation
spectre.console copied to clipboard

Can't find how to render panel to whole screen

Open viraptor opened this issue 1 year ago • 2 comments

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.

viraptor avatar May 29 '24 10:05 viraptor

You can use Layout for this.

patriksvensson avatar May 29 '24 13:05 patriksvensson

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

viraptor avatar May 29 '24 14:05 viraptor