Updated docs

This commit is contained in:
Miguel de Icaza
2018-02-08 22:36:24 -05:00
parent da8307dd03
commit af05d158e2
20 changed files with 2229 additions and 156 deletions

View File

@@ -88,6 +88,8 @@
<h4><a class="xref" href="Terminal.Gui/Terminal.Gui.CheckBox.html">CheckBox</a></h4>
<section><p>The Checkbox View shows an on/off toggle that the user can set</p>
</section>
<h4><a class="xref" href="Terminal.Gui/Terminal.Gui.Clipboard.html">Clipboard</a></h4>
<section></section>
<h4><a class="xref" href="Terminal.Gui/Terminal.Gui.Colors.html">Colors</a></h4>
<section><p>The default ColorSchemes for the application.</p>
</section>
@@ -170,7 +172,8 @@
<h3 id="interfaces">Interfaces
</h3>
<h4><a class="xref" href="Terminal.Gui/Terminal.Gui.IListDataSource.html">IListDataSource</a></h4>
<section></section>
<section><p>Implement this interface to provide your own custom rendering for a list.</p>
</section>
<h3 id="enums">Enums
</h3>
<h4><a class="xref" href="Terminal.Gui/Terminal.Gui.Color.html">Color</a></h4>

View File

@@ -0,0 +1,163 @@
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class Clipboard
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class Clipboard
">
<meta name="generator" content="docfx 2.18.2.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="">
<meta property="docfx:tocrel" content="../toc.html">
</head>
<body data-spy="scroll" data-target="#affix">
<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="../../logo.svg" 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 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="Terminal.Gui.Clipboard">
<h1 id="Terminal_Gui_Clipboard" data-uid="Terminal.Gui.Clipboard">Class Clipboard
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">Clipboard</span></div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="../Terminal.Gui.html">Terminal.Gui</a></h6>
<h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
<h5 id="Terminal_Gui_Clipboard_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class Clipboard</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
<a id="Terminal_Gui_Clipboard__ctor_" data-uid="Terminal.Gui.Clipboard.#ctor*"></a>
<h4 id="Terminal_Gui_Clipboard__ctor" data-uid="Terminal.Gui.Clipboard.#ctor">Clipboard()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Clipboard ();</code></pre>
</div>
<h3 id="properties">Properties
</h3>
<a id="Terminal_Gui_Clipboard_Contents_" data-uid="Terminal.Gui.Clipboard.Contents*"></a>
<h4 id="Terminal_Gui_Clipboard_Contents" data-uid="Terminal.Gui.Clipboard.Contents">Contents</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public static NStack.ustring Contents { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">NStack.ustring</span></td>
<td><p>To be added.</p>
</td>
</tr>
</tbody>
</table>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</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>Copyright © 2015-2017 Microsoft<br>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>

View File

@@ -72,7 +72,8 @@
<h1 id="Terminal_Gui_IListDataSource" data-uid="Terminal.Gui.IListDataSource">Interface IListDataSource
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 summary"><p>Implement this interface to provide your own custom rendering for a list.</p>
</div>
<div class="markdown level0 conceptual"></div>
<h6><strong>Namespace</strong>: <a class="xref" href="../Terminal.Gui.html">Terminal.Gui</a></h6>
<h6><strong>Assembly</strong>: Terminal.Gui.dll</h6>
@@ -86,7 +87,8 @@
<a id="Terminal_Gui_IListDataSource_Count_" data-uid="Terminal.Gui.IListDataSource.Count*"></a>
<h4 id="Terminal_Gui_IListDataSource_Count" data-uid="Terminal.Gui.IListDataSource.Count">Count</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Returns the number of elements to display</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
@@ -104,6 +106,144 @@
<tr>
<td><span class="xref">System.Int32</span></td>
<td><p>To be added.</p>
</td>
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>
<a id="Terminal_Gui_IListDataSource_IsMarked_" data-uid="Terminal.Gui.IListDataSource.IsMarked*"></a>
<h4 id="Terminal_Gui_IListDataSource_IsMarked_System_Int32_" data-uid="Terminal.Gui.IListDataSource.IsMarked(System.Int32)">IsMarked(Int32)</h4>
<div class="markdown level1 summary"><p>Should return whether the specified item is currently marked.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool IsMarked (int item);</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item</span></td>
<td><p>Item index.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><p><code>true</code>, if marked, <code>false</code> otherwise.</p>
</td>
</tr>
</tbody>
</table>
<a id="Terminal_Gui_IListDataSource_Render_" data-uid="Terminal.Gui.IListDataSource.Render*"></a>
<h4 id="Terminal_Gui_IListDataSource_Render_System_Boolean_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="Terminal.Gui.IListDataSource.Render(System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)">Render(Boolean, Int32, Int32, Int32, Int32)</h4>
<div class="markdown level1 summary"><p>This method is invoked to render a specified item, the method should cover the entire provided width.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void Render (bool selected, int item, int col, int line, int width);</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">selected</span></td>
<td><p>Describes whether the item being rendered is currently selected by the user.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item</span></td>
<td><p>The index of the item to render, zero for the first item and so on.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">col</span></td>
<td><p>The column where the rendering will start</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">line</span></td>
<td><p>The line where the rendering will be done.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">width</span></td>
<td><p>The width that must be filled out.</p>
</td>
</tr>
</tbody>
</table>
<h5 id="Terminal_Gui_IListDataSource_Render_System_Boolean_System_Int32_System_Int32_System_Int32_System_Int32__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The default color will be set before this method is invoked, and will be based on whether the item is selected or not.</p>
</div>
<a id="Terminal_Gui_IListDataSource_SetMark_" data-uid="Terminal.Gui.IListDataSource.SetMark*"></a>
<h4 id="Terminal_Gui_IListDataSource_SetMark_System_Int32_System_Boolean_" data-uid="Terminal.Gui.IListDataSource.SetMark(System.Int32,System.Boolean)">SetMark(Int32, Boolean)</h4>
<div class="markdown level1 summary"><p>Flags the item as marked.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void SetMark (int item, bool value);</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">item</span></td>
<td><p>Item index.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">value</span></td>
<td><p>If set to <code>true</code> value.</p>
</td>
</tr>
</tbody>

View File

@@ -192,12 +192,6 @@
<div>
<a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ProcessHotKey_Terminal_Gui_KeyEvent_">View.ProcessHotKey(KeyEvent)</a>
</div>
<div>
<a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ProcessKey_Terminal_Gui_KeyEvent_">View.ProcessKey(KeyEvent)</a>
</div>
<div>
<a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Redraw_Terminal_Gui_Rect_">View.Redraw(Rect)</a>
</div>
<div>
<a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Remove_Terminal_Gui_View_">View.Remove(View)</a>
</div>
@@ -243,12 +237,13 @@
<a id="Terminal_Gui_ListView__ctor_" data-uid="Terminal.Gui.ListView.#ctor*"></a>
<h4 id="Terminal_Gui_ListView__ctor_Terminal_Gui_Rect_Terminal_Gui_IListDataSource_System_ValueTuple_NStack_ustring_System_Int32____" data-uid="Terminal.Gui.ListView.#ctor(Terminal.Gui.Rect,Terminal.Gui.IListDataSource,System.ValueTuple{NStack.ustring,System.Int32}[])">ListView(Rect, IListDataSource, ValueTuple&lt;ustring,Int32&gt;[])</h4>
<div class="markdown level1 summary"></div>
<h4 id="Terminal_Gui_ListView__ctor_Terminal_Gui_Rect_System_Collections_IList_" data-uid="Terminal.Gui.ListView.#ctor(Terminal.Gui.Rect,System.Collections.IList)">ListView(Rect, IList)</h4>
<div class="markdown level1 summary"><p>Initializes a new ListView that will display the contents of the object implementing the IList interface.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ListView (Terminal.Gui.Rect rect, Terminal.Gui.IListDataSource source, ValueTuple&lt;NStack.ustring,int&gt;[] headers = null);</code></pre>
<pre><code class="lang-csharp hljs">public ListView (Terminal.Gui.Rect rect, System.Collections.IList source);</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
@@ -263,18 +258,288 @@
<tr>
<td><a class="xref" href="Terminal.Gui.Rect.html">Rect</a></td>
<td><span class="parametername">rect</span></td>
<td><p>To be added.</p>
<td><p>Frame for the listview.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Collections.IList</span></td>
<td><span class="parametername">source</span></td>
<td><p>An IList data source, if the elements of the IList are strings or ustrings, the string is rendered, otherwise the ToString() method is invoked on the result.</p>
</td>
</tr>
</tbody>
</table>
<a id="Terminal_Gui_ListView__ctor_" data-uid="Terminal.Gui.ListView.#ctor*"></a>
<h4 id="Terminal_Gui_ListView__ctor_Terminal_Gui_Rect_Terminal_Gui_IListDataSource_" data-uid="Terminal.Gui.ListView.#ctor(Terminal.Gui.Rect,Terminal.Gui.IListDataSource)">ListView(Rect, IListDataSource)</h4>
<div class="markdown level1 summary"><p>Initializes a new ListView that will display the provided data source.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ListView (Terminal.Gui.Rect rect, Terminal.Gui.IListDataSource source);</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Terminal.Gui.Rect.html">Rect</a></td>
<td><span class="parametername">rect</span></td>
<td><p>Frame for the listview.</p>
</td>
</tr>
<tr>
<td><a class="xref" href="Terminal.Gui.IListDataSource.html">IListDataSource</a></td>
<td><span class="parametername">source</span></td>
<td><p>IListDataSource object that provides a mechanism to render the data. The number of elements on the collection should not change, if you must change, set the &quot;Source&quot; property to reset the internal settings of the ListView.</p>
</td>
</tr>
</tbody>
</table>
<h3 id="properties">Properties
</h3>
<a id="Terminal_Gui_ListView_AllowsMarking_" data-uid="Terminal.Gui.ListView.AllowsMarking*"></a>
<h4 id="Terminal_Gui_ListView_AllowsMarking" data-uid="Terminal.Gui.ListView.AllowsMarking">AllowsMarking</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether this <a class="xref" href="Terminal.Gui.ListView.html">ListView</a> allows items to be marked.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool AllowsMarking { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><p><code>true</code> if allows marking elements of the list; otherwise, <code>false</code>.</p>
</td>
</tr>
</tbody>
</table>
<a id="Terminal_Gui_ListView_SelectedItem_" data-uid="Terminal.Gui.ListView.SelectedItem*"></a>
<h4 id="Terminal_Gui_ListView_SelectedItem" data-uid="Terminal.Gui.ListView.SelectedItem">SelectedItem</h4>
<div class="markdown level1 summary"><p>Gets or sets the currently selecteded item.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int SelectedItem { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><p>The selected item.</p>
</td>
</tr>
</tbody>
</table>
<a id="Terminal_Gui_ListView_Source_" data-uid="Terminal.Gui.ListView.Source*"></a>
<h4 id="Terminal_Gui_ListView_Source" data-uid="Terminal.Gui.ListView.Source">Source</h4>
<div class="markdown level1 summary"><p>Gets or sets the IListDataSource backing this view, use SetSource() if you want to set a new IList source.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Terminal.Gui.IListDataSource Source { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Terminal.Gui.IListDataSource.html">IListDataSource</a></td>
<td><p>The source.</p>
</td>
</tr>
</tbody>
</table>
<a id="Terminal_Gui_ListView_TopItem_" data-uid="Terminal.Gui.ListView.TopItem*"></a>
<h4 id="Terminal_Gui_ListView_TopItem" data-uid="Terminal.Gui.ListView.TopItem">TopItem</h4>
<div class="markdown level1 summary"><p>Gets or sets the item that is displayed at the top of the listview</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int TopItem { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><p>The top item.</p>
</td>
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>
<a id="Terminal_Gui_ListView_ProcessKey_" data-uid="Terminal.Gui.ListView.ProcessKey*"></a>
<h4 id="Terminal_Gui_ListView_ProcessKey_Terminal_Gui_KeyEvent_" data-uid="Terminal.Gui.ListView.ProcessKey(Terminal.Gui.KeyEvent)">ProcessKey(KeyEvent)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override bool ProcessKey (Terminal.Gui.KeyEvent kb);</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Terminal.Gui.KeyEvent.html">KeyEvent</a></td>
<td><span class="parametername">kb</span></td>
<td><p>To be added.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<td><span class="xref">System.ValueTuple</span>&lt;<span class="xref">NStack.ustring</span>,<span class="xref">System.Int32</span>&gt;[]</td>
<td><span class="parametername">headers</span></td>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><p>To be added.</p>
</td>
</tr>
</tbody>
</table>
<a id="Terminal_Gui_ListView_Redraw_" data-uid="Terminal.Gui.ListView.Redraw*"></a>
<h4 id="Terminal_Gui_ListView_Redraw_Terminal_Gui_Rect_" data-uid="Terminal.Gui.ListView.Redraw(Terminal.Gui.Rect)">Redraw(Rect)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override void Redraw (Terminal.Gui.Rect region);</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Terminal.Gui.Rect.html">Rect</a></td>
<td><span class="parametername">region</span></td>
<td><p>To be added.</p>
</td>
</tr>
</tbody>
</table>
<a id="Terminal_Gui_ListView_SetSource_" data-uid="Terminal.Gui.ListView.SetSource*"></a>
<h4 id="Terminal_Gui_ListView_SetSource_System_Collections_IList_" data-uid="Terminal.Gui.ListView.SetSource(System.Collections.IList)">SetSource(IList)</h4>
<div class="markdown level1 summary"><p>Sets the source to an IList value, if you want to set a full IListDataSource, use the Source property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void SetSource (System.Collections.IList source);</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.IList</span></td>
<td><span class="parametername">source</span></td>
<td><p>To be added.</p>
</td>
</tr>
</tbody>
</table>
<h3 id="events">Events
</h3>
<h4 id="Terminal_Gui_ListView_SelectedChanged" data-uid="Terminal.Gui.ListView.SelectedChanged">SelectedChanged</h4>
<div class="markdown level1 summary"><p>This event is raised when the cursor selection has changed.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public event Action SelectedChanged;</code></pre>
</div>
<h5 class="eventType">Event Type</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Action</span></td>
<td><p>To be added.</p>
</td>
</tr>

View File

@@ -186,9 +186,6 @@
<div>
<a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ProcessHotKey_Terminal_Gui_KeyEvent_">View.ProcessHotKey(KeyEvent)</a>
</div>
<div>
<a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_ProcessKey_Terminal_Gui_KeyEvent_">View.ProcessKey(KeyEvent)</a>
</div>
<div>
<a class="xref" href="Terminal.Gui.View.html#Terminal_Gui_View_Remove_Terminal_Gui_View_">View.Remove(View)</a>
</div>
@@ -419,6 +416,50 @@
</div>
<a id="Terminal_Gui_ScrollView_ProcessKey_" data-uid="Terminal.Gui.ScrollView.ProcessKey*"></a>
<h4 id="Terminal_Gui_ScrollView_ProcessKey_Terminal_Gui_KeyEvent_" data-uid="Terminal.Gui.ScrollView.ProcessKey(Terminal.Gui.KeyEvent)">ProcessKey(KeyEvent)</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override bool ProcessKey (Terminal.Gui.KeyEvent kb);</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Terminal.Gui.KeyEvent.html">KeyEvent</a></td>
<td><span class="parametername">kb</span></td>
<td><p>To be added.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><p>To be added.</p>
</td>
</tr>
</tbody>
</table>
<a id="Terminal_Gui_ScrollView_Redraw_" data-uid="Terminal.Gui.ScrollView.Redraw*"></a>
<h4 id="Terminal_Gui_ScrollView_Redraw_Terminal_Gui_Rect_" data-uid="Terminal.Gui.ScrollView.Redraw(Terminal.Gui.Rect)">Redraw(Rect)</h4>
<div class="markdown level1 summary"></div>
@@ -445,6 +486,186 @@
</tr>
</tbody>
</table>
<a id="Terminal_Gui_ScrollView_ScrollDown_" data-uid="Terminal.Gui.ScrollView.ScrollDown*"></a>
<h4 id="Terminal_Gui_ScrollView_ScrollDown_System_Int32_" data-uid="Terminal.Gui.ScrollView.ScrollDown(System.Int32)">ScrollDown(Int32)</h4>
<div class="markdown level1 summary"><p>Scrolls the view down.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool ScrollDown (int lines);</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">lines</span></td>
<td><p>Number of lines to scroll.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><p><code>true</code>, if left was scrolled, <code>false</code> otherwise.</p>
</td>
</tr>
</tbody>
</table>
<a id="Terminal_Gui_ScrollView_ScrollLeft_" data-uid="Terminal.Gui.ScrollView.ScrollLeft*"></a>
<h4 id="Terminal_Gui_ScrollView_ScrollLeft_System_Int32_" data-uid="Terminal.Gui.ScrollView.ScrollLeft(System.Int32)">ScrollLeft(Int32)</h4>
<div class="markdown level1 summary"><p>Scrolls the view to the left</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool ScrollLeft (int cols);</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td><p>Number of columns to scroll by.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><p><code>true</code>, if left was scrolled, <code>false</code> otherwise.</p>
</td>
</tr>
</tbody>
</table>
<a id="Terminal_Gui_ScrollView_ScrollRight_" data-uid="Terminal.Gui.ScrollView.ScrollRight*"></a>
<h4 id="Terminal_Gui_ScrollView_ScrollRight_System_Int32_" data-uid="Terminal.Gui.ScrollView.ScrollRight(System.Int32)">ScrollRight(Int32)</h4>
<div class="markdown level1 summary"><p>Scrolls the view to the right.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool ScrollRight (int cols);</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">cols</span></td>
<td><p>Number of columns to scroll by.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><p><code>true</code>, if right was scrolled, <code>false</code> otherwise.</p>
</td>
</tr>
</tbody>
</table>
<a id="Terminal_Gui_ScrollView_ScrollUp_" data-uid="Terminal.Gui.ScrollView.ScrollUp*"></a>
<h4 id="Terminal_Gui_ScrollView_ScrollUp_System_Int32_" data-uid="Terminal.Gui.ScrollView.ScrollUp(System.Int32)">ScrollUp(Int32)</h4>
<div class="markdown level1 summary"><p>Scrolls the view up.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool ScrollUp (int lines);</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">lines</span></td>
<td><p>Number of lines to scroll.</p>
</td>
</tr>
</tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><p><code>true</code>, if left was scrolled, <code>false</code> otherwise.</p>
</td>
</tr>
</tbody>
</table>
<h3 id="events">Events
</h3>

View File

@@ -103,6 +103,9 @@
<li>
<a href="Terminal.Gui/Terminal.Gui.CheckBox.html" name="" title="CheckBox">CheckBox</a>
</li>
<li>
<a href="Terminal.Gui/Terminal.Gui.Clipboard.html" name="" title="Clipboard">Clipboard</a>
</li>
<li>
<a href="Terminal.Gui/Terminal.Gui.Color.html" name="" title="Color">Color</a>
</li>

File diff suppressed because one or more lines are too long

View File

@@ -1601,6 +1601,31 @@ references:
href: api/Terminal.Gui/Terminal.Gui.CheckBox.html#Terminal_Gui_CheckBox_Toggled
fullName: CheckBox.Toggled
nameWithType: CheckBox.Toggled
- uid: Terminal.Gui.Clipboard
name: Clipboard
href: api/Terminal.Gui/Terminal.Gui.Clipboard.html
fullName: Terminal.Gui.Clipboard
nameWithType: Clipboard
- uid: Terminal.Gui.Clipboard.#ctor
name: Clipboard()
href: api/Terminal.Gui/Terminal.Gui.Clipboard.html#Terminal_Gui_Clipboard__ctor
fullName: Clipboard.Clipboard()
nameWithType: Clipboard.Clipboard()
- uid: Terminal.Gui.Clipboard.#ctor*
name: Clipboard
href: api/Terminal.Gui/Terminal.Gui.Clipboard.html#Terminal_Gui_Clipboard__ctor_
fullName: Clipboard.Clipboard
nameWithType: Clipboard.Clipboard
- uid: Terminal.Gui.Clipboard.Contents
name: Contents
href: api/Terminal.Gui/Terminal.Gui.Clipboard.html#Terminal_Gui_Clipboard_Contents
fullName: Clipboard.Contents
nameWithType: Clipboard.Contents
- uid: Terminal.Gui.Clipboard.Contents*
name: Contents
href: api/Terminal.Gui/Terminal.Gui.Clipboard.html#Terminal_Gui_Clipboard_Contents_
fullName: Clipboard.Contents
nameWithType: Clipboard.Contents
- uid: Terminal.Gui.Color
name: Color
href: api/Terminal.Gui/Terminal.Gui.Color.html
@@ -2076,6 +2101,36 @@ references:
href: api/Terminal.Gui/Terminal.Gui.IListDataSource.html#Terminal_Gui_IListDataSource_Count_
fullName: IListDataSource.Count
nameWithType: IListDataSource.Count
- uid: Terminal.Gui.IListDataSource.IsMarked(System.Int32)
name: IsMarked(Int32)
href: api/Terminal.Gui/Terminal.Gui.IListDataSource.html#Terminal_Gui_IListDataSource_IsMarked_System_Int32_
fullName: IListDataSource.IsMarked(Int32)
nameWithType: IListDataSource.IsMarked(Int32)
- uid: Terminal.Gui.IListDataSource.IsMarked*
name: IsMarked
href: api/Terminal.Gui/Terminal.Gui.IListDataSource.html#Terminal_Gui_IListDataSource_IsMarked_
fullName: IListDataSource.IsMarked
nameWithType: IListDataSource.IsMarked
- uid: Terminal.Gui.IListDataSource.Render(System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32)
name: Render(Boolean, Int32, Int32, Int32, Int32)
href: api/Terminal.Gui/Terminal.Gui.IListDataSource.html#Terminal_Gui_IListDataSource_Render_System_Boolean_System_Int32_System_Int32_System_Int32_System_Int32_
fullName: IListDataSource.Render(Boolean, Int32, Int32, Int32, Int32)
nameWithType: IListDataSource.Render(Boolean, Int32, Int32, Int32, Int32)
- uid: Terminal.Gui.IListDataSource.Render*
name: Render
href: api/Terminal.Gui/Terminal.Gui.IListDataSource.html#Terminal_Gui_IListDataSource_Render_
fullName: IListDataSource.Render
nameWithType: IListDataSource.Render
- uid: Terminal.Gui.IListDataSource.SetMark(System.Int32,System.Boolean)
name: SetMark(Int32, Boolean)
href: api/Terminal.Gui/Terminal.Gui.IListDataSource.html#Terminal_Gui_IListDataSource_SetMark_System_Int32_System_Boolean_
fullName: IListDataSource.SetMark(Int32, Boolean)
nameWithType: IListDataSource.SetMark(Int32, Boolean)
- uid: Terminal.Gui.IListDataSource.SetMark*
name: SetMark
href: api/Terminal.Gui/Terminal.Gui.IListDataSource.html#Terminal_Gui_IListDataSource_SetMark_
fullName: IListDataSource.SetMark
nameWithType: IListDataSource.SetMark
- uid: Terminal.Gui.Key
name: Key
href: api/Terminal.Gui/Terminal.Gui.Key.html
@@ -2506,16 +2561,96 @@ references:
href: api/Terminal.Gui/Terminal.Gui.ListView.html
fullName: Terminal.Gui.ListView
nameWithType: ListView
- uid: Terminal.Gui.ListView.#ctor(Terminal.Gui.Rect,Terminal.Gui.IListDataSource,System.ValueTuple{NStack.ustring,System.Int32}[])
name: ListView(Rect, IListDataSource, ValueTuple<ustring,Int32>[])
href: api/Terminal.Gui/Terminal.Gui.ListView.html#Terminal_Gui_ListView__ctor_Terminal_Gui_Rect_Terminal_Gui_IListDataSource_System_ValueTuple_NStack_ustring_System_Int32____
fullName: ListView.ListView(Rect, IListDataSource, ValueTuple<ustring,Int32>[])
nameWithType: ListView.ListView(Rect, IListDataSource, ValueTuple<ustring,Int32>[])
- uid: Terminal.Gui.ListView.#ctor(Terminal.Gui.Rect,System.Collections.IList)
name: ListView(Rect, IList)
href: api/Terminal.Gui/Terminal.Gui.ListView.html#Terminal_Gui_ListView__ctor_Terminal_Gui_Rect_System_Collections_IList_
fullName: ListView.ListView(Rect, IList)
nameWithType: ListView.ListView(Rect, IList)
- uid: Terminal.Gui.ListView.#ctor(Terminal.Gui.Rect,Terminal.Gui.IListDataSource)
name: ListView(Rect, IListDataSource)
href: api/Terminal.Gui/Terminal.Gui.ListView.html#Terminal_Gui_ListView__ctor_Terminal_Gui_Rect_Terminal_Gui_IListDataSource_
fullName: ListView.ListView(Rect, IListDataSource)
nameWithType: ListView.ListView(Rect, IListDataSource)
- uid: Terminal.Gui.ListView.#ctor*
name: ListView
href: api/Terminal.Gui/Terminal.Gui.ListView.html#Terminal_Gui_ListView__ctor_
fullName: ListView.ListView
nameWithType: ListView.ListView
- uid: Terminal.Gui.ListView.AllowsMarking
name: AllowsMarking
href: api/Terminal.Gui/Terminal.Gui.ListView.html#Terminal_Gui_ListView_AllowsMarking
fullName: ListView.AllowsMarking
nameWithType: ListView.AllowsMarking
- uid: Terminal.Gui.ListView.AllowsMarking*
name: AllowsMarking
href: api/Terminal.Gui/Terminal.Gui.ListView.html#Terminal_Gui_ListView_AllowsMarking_
fullName: ListView.AllowsMarking
nameWithType: ListView.AllowsMarking
- uid: Terminal.Gui.ListView.ProcessKey(Terminal.Gui.KeyEvent)
name: ProcessKey(KeyEvent)
href: api/Terminal.Gui/Terminal.Gui.ListView.html#Terminal_Gui_ListView_ProcessKey_Terminal_Gui_KeyEvent_
fullName: ListView.ProcessKey(KeyEvent)
nameWithType: ListView.ProcessKey(KeyEvent)
- uid: Terminal.Gui.ListView.ProcessKey*
name: ProcessKey
href: api/Terminal.Gui/Terminal.Gui.ListView.html#Terminal_Gui_ListView_ProcessKey_
fullName: ListView.ProcessKey
nameWithType: ListView.ProcessKey
- uid: Terminal.Gui.ListView.Redraw(Terminal.Gui.Rect)
name: Redraw(Rect)
href: api/Terminal.Gui/Terminal.Gui.ListView.html#Terminal_Gui_ListView_Redraw_Terminal_Gui_Rect_
fullName: ListView.Redraw(Rect)
nameWithType: ListView.Redraw(Rect)
- uid: Terminal.Gui.ListView.Redraw*
name: Redraw
href: api/Terminal.Gui/Terminal.Gui.ListView.html#Terminal_Gui_ListView_Redraw_
fullName: ListView.Redraw
nameWithType: ListView.Redraw
- uid: Terminal.Gui.ListView.SelectedChanged
name: SelectedChanged
href: api/Terminal.Gui/Terminal.Gui.ListView.html#Terminal_Gui_ListView_SelectedChanged
fullName: ListView.SelectedChanged
nameWithType: ListView.SelectedChanged
- uid: Terminal.Gui.ListView.SelectedItem
name: SelectedItem
href: api/Terminal.Gui/Terminal.Gui.ListView.html#Terminal_Gui_ListView_SelectedItem
fullName: ListView.SelectedItem
nameWithType: ListView.SelectedItem
- uid: Terminal.Gui.ListView.SelectedItem*
name: SelectedItem
href: api/Terminal.Gui/Terminal.Gui.ListView.html#Terminal_Gui_ListView_SelectedItem_
fullName: ListView.SelectedItem
nameWithType: ListView.SelectedItem
- uid: Terminal.Gui.ListView.SetSource(System.Collections.IList)
name: SetSource(IList)
href: api/Terminal.Gui/Terminal.Gui.ListView.html#Terminal_Gui_ListView_SetSource_System_Collections_IList_
fullName: ListView.SetSource(IList)
nameWithType: ListView.SetSource(IList)
- uid: Terminal.Gui.ListView.SetSource*
name: SetSource
href: api/Terminal.Gui/Terminal.Gui.ListView.html#Terminal_Gui_ListView_SetSource_
fullName: ListView.SetSource
nameWithType: ListView.SetSource
- uid: Terminal.Gui.ListView.Source
name: Source
href: api/Terminal.Gui/Terminal.Gui.ListView.html#Terminal_Gui_ListView_Source
fullName: ListView.Source
nameWithType: ListView.Source
- uid: Terminal.Gui.ListView.Source*
name: Source
href: api/Terminal.Gui/Terminal.Gui.ListView.html#Terminal_Gui_ListView_Source_
fullName: ListView.Source
nameWithType: ListView.Source
- uid: Terminal.Gui.ListView.TopItem
name: TopItem
href: api/Terminal.Gui/Terminal.Gui.ListView.html#Terminal_Gui_ListView_TopItem
fullName: ListView.TopItem
nameWithType: ListView.TopItem
- uid: Terminal.Gui.ListView.TopItem*
name: TopItem
href: api/Terminal.Gui/Terminal.Gui.ListView.html#Terminal_Gui_ListView_TopItem_
fullName: ListView.TopItem
nameWithType: ListView.TopItem
- uid: Terminal.Gui.MenuBar
name: MenuBar
href: api/Terminal.Gui/Terminal.Gui.MenuBar.html
@@ -3591,6 +3726,16 @@ references:
href: api/Terminal.Gui/Terminal.Gui.ScrollView.html#Terminal_Gui_ScrollView_PositionCursor_
fullName: ScrollView.PositionCursor
nameWithType: ScrollView.PositionCursor
- uid: Terminal.Gui.ScrollView.ProcessKey(Terminal.Gui.KeyEvent)
name: ProcessKey(KeyEvent)
href: api/Terminal.Gui/Terminal.Gui.ScrollView.html#Terminal_Gui_ScrollView_ProcessKey_Terminal_Gui_KeyEvent_
fullName: ScrollView.ProcessKey(KeyEvent)
nameWithType: ScrollView.ProcessKey(KeyEvent)
- uid: Terminal.Gui.ScrollView.ProcessKey*
name: ProcessKey
href: api/Terminal.Gui/Terminal.Gui.ScrollView.html#Terminal_Gui_ScrollView_ProcessKey_
fullName: ScrollView.ProcessKey
nameWithType: ScrollView.ProcessKey
- uid: Terminal.Gui.ScrollView.Redraw(Terminal.Gui.Rect)
name: Redraw(Rect)
href: api/Terminal.Gui/Terminal.Gui.ScrollView.html#Terminal_Gui_ScrollView_Redraw_Terminal_Gui_Rect_
@@ -3601,11 +3746,51 @@ references:
href: api/Terminal.Gui/Terminal.Gui.ScrollView.html#Terminal_Gui_ScrollView_Redraw_
fullName: ScrollView.Redraw
nameWithType: ScrollView.Redraw
- uid: Terminal.Gui.ScrollView.ScrollDown(System.Int32)
name: ScrollDown(Int32)
href: api/Terminal.Gui/Terminal.Gui.ScrollView.html#Terminal_Gui_ScrollView_ScrollDown_System_Int32_
fullName: ScrollView.ScrollDown(Int32)
nameWithType: ScrollView.ScrollDown(Int32)
- uid: Terminal.Gui.ScrollView.ScrollDown*
name: ScrollDown
href: api/Terminal.Gui/Terminal.Gui.ScrollView.html#Terminal_Gui_ScrollView_ScrollDown_
fullName: ScrollView.ScrollDown
nameWithType: ScrollView.ScrollDown
- uid: Terminal.Gui.ScrollView.Scrolled
name: Scrolled
href: api/Terminal.Gui/Terminal.Gui.ScrollView.html#Terminal_Gui_ScrollView_Scrolled
fullName: ScrollView.Scrolled
nameWithType: ScrollView.Scrolled
- uid: Terminal.Gui.ScrollView.ScrollLeft(System.Int32)
name: ScrollLeft(Int32)
href: api/Terminal.Gui/Terminal.Gui.ScrollView.html#Terminal_Gui_ScrollView_ScrollLeft_System_Int32_
fullName: ScrollView.ScrollLeft(Int32)
nameWithType: ScrollView.ScrollLeft(Int32)
- uid: Terminal.Gui.ScrollView.ScrollLeft*
name: ScrollLeft
href: api/Terminal.Gui/Terminal.Gui.ScrollView.html#Terminal_Gui_ScrollView_ScrollLeft_
fullName: ScrollView.ScrollLeft
nameWithType: ScrollView.ScrollLeft
- uid: Terminal.Gui.ScrollView.ScrollRight(System.Int32)
name: ScrollRight(Int32)
href: api/Terminal.Gui/Terminal.Gui.ScrollView.html#Terminal_Gui_ScrollView_ScrollRight_System_Int32_
fullName: ScrollView.ScrollRight(Int32)
nameWithType: ScrollView.ScrollRight(Int32)
- uid: Terminal.Gui.ScrollView.ScrollRight*
name: ScrollRight
href: api/Terminal.Gui/Terminal.Gui.ScrollView.html#Terminal_Gui_ScrollView_ScrollRight_
fullName: ScrollView.ScrollRight
nameWithType: ScrollView.ScrollRight
- uid: Terminal.Gui.ScrollView.ScrollUp(System.Int32)
name: ScrollUp(Int32)
href: api/Terminal.Gui/Terminal.Gui.ScrollView.html#Terminal_Gui_ScrollView_ScrollUp_System_Int32_
fullName: ScrollView.ScrollUp(Int32)
nameWithType: ScrollView.ScrollUp(Int32)
- uid: Terminal.Gui.ScrollView.ScrollUp*
name: ScrollUp
href: api/Terminal.Gui/Terminal.Gui.ScrollView.html#Terminal_Gui_ScrollView_ScrollUp_
fullName: ScrollView.ScrollUp
nameWithType: ScrollView.ScrollUp
- uid: Terminal.Gui.ScrollView.ShowHorizontalScrollIndicator
name: ShowHorizontalScrollIndicator
href: api/Terminal.Gui/Terminal.Gui.ScrollView.html#Terminal_Gui_ScrollView_ShowHorizontalScrollIndicator