Class 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 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