Namespace UICatalog.Scenarios
Classes
AllViewsTester
Animation
Animation.BitmapToBraille
Renders an image as unicode Braille.
ASCIICustomButtonTest
ASCIICustomButtonTest.ASCIICustomButton
ASCIICustomButtonTest.ScrollViewTestWindow
AutoSizeAndDirectionText
BackgroundWorkerCollection
BasicColors
Borders
BordersComparisons
BordersOnFrameView
BordersOnToplevel
BordersOnWindow
Buttons
CenteredWindowInsideMdiContainerWindow
CenteredWindowInsideWindow
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
ChildWindowClass
ClassExplorer
Clipping
CollectionNavigatorTester
ColorPickers
ComboBoxIteration
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 [ ] - ...