elw00d/consoleframework

Multi-line text

ktodyruik opened this issue · 4 comments

Is it possible to display and/or edit multi-line text with one of the widgets?

No, there is no control with this feature (yet). To display you can try to adopt ListBox - for example, inherit from it and modify render logic.

@elw00d My https://github.com/Athari/CsConsoleFormat library supports various formatting features, you can try adapting it to your library to support at least displaying of the text. I've used your layout logic which you adapted from WPF and created a simplified library which supports only formatting, but supports it fully.

Nice lib, @Athari ! Missing formatting features in console apps is real pain now. Thank you, will look at this 😺