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 use ScrollView to do infinite scrolling
[Scenario.ScenarioMetadata("Character Map", "A Unicode character set viewier built as a custom control using the ScrollView control.")]
[Scenario.ScenarioCategory("Text and Formatting")]
[Scenario.ScenarioCategory("Controls")]
[Scenario.ScenarioCategory("ScrollView")]
public class CharacterMap : Scenario, IDisposable
Inheritance
CharacterMap
Implements
Inherited Members

Methods

Setup()

Override this to implement the Scenario setup logic (create controls, etc...).