Check my channel
Write me You can download package using NuGet:
Tap link to the package.
This library is released to give an opportunity to create UI in console using C# in .NET
ToDoApp - Simple to-do application in console.
A brief description: The application is built once with fixed size, UIElement children, focus specification and other parameters and they can't be changed. UIElement class is base for all UI classes.
IFocusable represents element able to handle pressed keys.
Wrapper represents element containing other elements.
And you can awlays implement your **custom UIElement** [Guid here.](docs/CustomUIElement.doc.md)
-
Button
Represents element able to handle presses. -
TextBlock
Just shows text. -
TextBox
Shows text and can edit text in UI. -
ViewTable
Table of content. -
RowTextChooser, RowOptionChooser, WrapperBasedChooser, OptionChooser
Represent chooser of options (like a menu). -
StackPanel
Wrapper that places children in a row (like a stack). -
Grid
Wrapper that places children in grid cells. -
Canvas
Wrapper that places children at any position. -
Line, LineComposition
Vertical and horizontal lines. -
UIElementSwitcher
Presents element that can be one of other elements and switch them. -
Rectangle
The poorest rectangle in the whole world. =( -
Border
Simple border.