Namespace UICatalog.Scenarios
Classes
- Animation.BitmapToBraille
Renders an image as unicode Braille.
- CharacterMap
This Scenario demonstrates building a custom control (a class deriving from View) that:
- Provides a "Character Map" application (like Windows' charmap.exe).
- Helps test unicode character rendering in Terminal.Gui
- Illustrates how to use ScrollView to do infinite scrolling
- ComputedLayout
This Scenario demonstrates how to use Termina.gui's Dim and Pos Layout System. [x] - Using Dim.Fill to fill a window [x] - Using Dim.Fill and Dim.Pos to automatically align controls based on an initial control [ ] - ...