Table of Contents

Class CharacterMap

Namespace
UICatalog.Scenarios
Assembly
UICatalog.dll

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 do infinite scrolling

[ScenarioMetadata("Character Map", "Unicode viewer demonstrating infinite content, scrolling, and Unicode.")]
[ScenarioCategory("Text and Formatting")]
[ScenarioCategory("Drawing")]
[ScenarioCategory("Controls")]
[ScenarioCategory("Layout")]
[ScenarioCategory("Scrolling")]
public class CharacterMap : Scenario, IDisposable
Inheritance
CharacterMap
Implements
Inherited Members
Extension Methods

Fields

_errorLabel

Methods

GetDemoKeyStrokes()
Main()

Called by UI Catalog to run the Scenario. This is the main entry point for the Scenario .