Table of Contents

Class ComputedLayout

Namespace
UICatalog.Scenarios
Assembly
UICatalog.dll

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 [ ] - ...

[Scenario.ScenarioMetadata("Computed Layout", "Demonstrates the Computed (Dim and Pos) Layout System.")]
[Scenario.ScenarioCategory("Layout")]
public class ComputedLayout : Scenario, IDisposable
Inheritance
ComputedLayout
Implements
Inherited Members

Methods

Run()

Runs the Scenario. Override to start the Scenario using a Toplevel different than Top.

Setup()

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