Skip to content

Is this layout possible #572

Answered by patriksvensson
ctyar asked this question in Q&A
Discussion options

You must be logged in to vote

@ctyar Thank you for your kind words.

I guess you could accomplish something like this by using a combination of Grid, Rows and Columns, but I would recommend against it.

From your description, it sounds like you're looking for a TUI framework, and Spectre.Console is not a TUI framework, but a library to draw (static) things to the console. Height is not taken into account for example. Spectre.Console is perfect for scenarios where you want to draw things like a non-interactive table to display some information to the user as part of a CLI application.

I would recommend that you look into something like Terminal.Gui (or GUI.cs as it's also called) for what I think you're trying to accompl…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by patriksvensson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #104 on October 04, 2021 20:23.