Files
Terminal.Gui/docs/api/UICatalog/UICatalog.Scenarios.html
2022-04-17 16:34:51 -07:00

283 lines
15 KiB
HTML

<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Namespace UICatalog.Scenarios
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Namespace UICatalog.Scenarios
">
<meta name="generator" content="docfx 2.59.0.0">
<link rel="shortcut icon" href="../../favicon.ico">
<link rel="stylesheet" href="../../styles/docfx.vendor.css">
<link rel="stylesheet" href="../../styles/docfx.css">
<link rel="stylesheet" href="../../styles/main.css">
<meta property="docfx:navrel" content="../../toc.html">
<meta property="docfx:tocrel" content="toc.html">
<meta property="docfx:rel" content="../../">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="../../index.html">
<img id="logo" class="svg" src="../../images/logo48.png" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search" id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</div>
</div>
</header>
<div class="container body-content">
<div id="search-results">
<div class="search-list">Search Results for <span></span></div>
<div class="sr-items">
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
</div>
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul>
</div>
</div>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="UICatalog.Scenarios">
<h1 id="UICatalog_Scenarios" data-uid="UICatalog.Scenarios" class="text-break">Namespace UICatalog.Scenarios
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="markdown level0 remarks"></div>
<h3 id="classes">Classes
</h3>
<h4><a class="xref" href="UICatalog.Scenarios.AllViewsTester.html">AllViewsTester</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.AutoSizeAndDirectionText.html">AutoSizeAndDirectionText</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.BackgroundWorkerCollection.html">BackgroundWorkerCollection</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.BasicColors.html">BasicColors</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.Borders.html">Borders</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.BordersComparisons.html">BordersComparisons</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.BordersOnFrameView.html">BordersOnFrameView</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.BordersOnToplevel.html">BordersOnToplevel</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.BordersOnWindow.html">BordersOnWindow</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.Buttons.html">Buttons</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.CharacterMap.html">CharacterMap</a></h4>
<section><p>This Scenario demonstrates building a custom control (a class deriving from View) that:</p>
<ul>
<li>Provides a simple &quot;Character Map&quot; application (like Windows&apos; charmap.exe).</li>
<li>Helps test unicode character rendering in Terminal.Gui</li>
<li>Illustrates how to use ScrollView to do infinite scrolling</li>
</ul>
</section>
<h4><a class="xref" href="UICatalog.Scenarios.ClassExplorer.html">ClassExplorer</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.Clipping.html">Clipping</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.ComboBoxIteration.html">ComboBoxIteration</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.ComputedLayout.html">ComputedLayout</a></h4>
<section><p>This Scenario demonstrates how to use Termina.gui&apos;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
[ ] - ...</p>
</section>
<h4><a class="xref" href="UICatalog.Scenarios.ContextMenus.html">ContextMenus</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.CsvEditor.html">CsvEditor</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.Dialogs.html">Dialogs</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.DynamicMenuBar.html">DynamicMenuBar</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.DynamicMenuBar.Binding.html">DynamicMenuBar.Binding</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.DynamicMenuBar.DynamicMenuBarDetails.html">DynamicMenuBar.DynamicMenuBarDetails</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.DynamicMenuBar.DynamicMenuBarSample.html">DynamicMenuBar.DynamicMenuBarSample</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.DynamicMenuBar.DynamicMenuItem.html">DynamicMenuBar.DynamicMenuItem</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.DynamicMenuBar.DynamicMenuItemList.html">DynamicMenuBar.DynamicMenuItemList</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.DynamicMenuBar.DynamicMenuItemModel.html">DynamicMenuBar.DynamicMenuItemModel</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.DynamicMenuBar.ListWrapperConverter.html">DynamicMenuBar.ListWrapperConverter</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.DynamicMenuBar.UStringValueConverter.html">DynamicMenuBar.UStringValueConverter</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.DynamicStatusBar.html">DynamicStatusBar</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.DynamicStatusBar.Binding.html">DynamicStatusBar.Binding</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.DynamicStatusBar.DynamicStatusBarDetails.html">DynamicStatusBar.DynamicStatusBarDetails</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.DynamicStatusBar.DynamicStatusBarSample.html">DynamicStatusBar.DynamicStatusBarSample</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.DynamicStatusBar.DynamicStatusItem.html">DynamicStatusBar.DynamicStatusItem</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.DynamicStatusBar.DynamicStatusItemList.html">DynamicStatusBar.DynamicStatusItemList</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.DynamicStatusBar.DynamicStatusItemModel.html">DynamicStatusBar.DynamicStatusItemModel</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.DynamicStatusBar.ListWrapperConverter.html">DynamicStatusBar.ListWrapperConverter</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.DynamicStatusBar.UStringValueConverter.html">DynamicStatusBar.UStringValueConverter</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.Editor.html">Editor</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.GraphViewExample.html">GraphViewExample</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.HexEditor.html">HexEditor</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.InteractiveTree.html">InteractiveTree</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.InvertColors.html">InvertColors</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.Keys.html">Keys</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.LabelsAsLabels.html">LabelsAsLabels</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.LineViewExample.html">LineViewExample</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.ListsAndCombos.html">ListsAndCombos</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.ListViewWithSelection.html">ListViewWithSelection</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.MessageBoxes.html">MessageBoxes</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.Mouse.html">Mouse</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.MultiColouredTable.html">MultiColouredTable</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.MyScenario.html">MyScenario</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.Notepad.html">Notepad</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.Progress.html">Progress</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.ProgressBarStyles.html">ProgressBarStyles</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.Scrolling.html">Scrolling</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.SendKeys.html">SendKeys</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.SingleBackgroundWorker.html">SingleBackgroundWorker</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.SingleBackgroundWorker.MainApp.html">SingleBackgroundWorker.MainApp</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.SingleBackgroundWorker.StagingUIController.html">SingleBackgroundWorker.StagingUIController</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.SyntaxHighlighting.html">SyntaxHighlighting</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.TableEditor.html">TableEditor</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.TabViewExample.html">TabViewExample</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.Text.html">Text</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.TextAlignments.html">TextAlignments</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.TextAlignmentsAndDirections.html">TextAlignmentsAndDirections</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.TextFormatterDemo.html">TextFormatterDemo</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.TextViewAutocompletePopup.html">TextViewAutocompletePopup</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.Threading.html">Threading</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.TimeAndDate.html">TimeAndDate</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.TreeUseCases.html">TreeUseCases</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.TreeViewFileSystem.html">TreeViewFileSystem</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.UnicodeInMenu.html">UnicodeInMenu</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.WindowsAndFrameViews.html">WindowsAndFrameViews</a></h4>
<section></section>
<h3 id="interfaces">Interfaces
</h3>
<h4><a class="xref" href="UICatalog.Scenarios.DynamicMenuBar.IValueConverter.html">DynamicMenuBar.IValueConverter</a></h4>
<section></section>
<h4><a class="xref" href="UICatalog.Scenarios.DynamicStatusBar.IValueConverter.html">DynamicStatusBar.IValueConverter</a></h4>
<section></section>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<h5>In This Article</h5>
<div></div>
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
<span>Generated by <strong>DocFX</strong></span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="../../styles/docfx.vendor.js"></script>
<script type="text/javascript" src="../../styles/docfx.js"></script>
<script type="text/javascript" src="../../styles/main.js"></script>
</body>
</html>