# C1.WPF.RichTextBox.C1RichTextBox.ScrollIntoView

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_RichTextBox_C1RichTextBox_ScrollIntoView_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ScrollIntoView*">ScrollIntoView Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_RichTextBox_C1RichTextBox_ScrollIntoView_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ScrollIntoView*"></a>
<h4 id="C1_WPF_RichTextBox_C1RichTextBox_ScrollIntoView_C1_WPF_RichTextBox_Documents_C1TextElement_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ScrollIntoView(C1.WPF.RichTextBox.Documents.C1TextElement)">ScrollIntoView(C1TextElement)</h4>
<div class="markdown level1 summary"><p>Scrolls the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a> to bring a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a> into view.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ScrollIntoView(C1TextElement element)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ScrollIntoView(element As C1TextElement)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextElement.html">C1TextElement</a></td>
      <td><span class="parametername">element</span></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_WPF_RichTextBox_C1RichTextBox_ScrollIntoView_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ScrollIntoView*"></a>
<h4 id="C1_WPF_RichTextBox_C1RichTextBox_ScrollIntoView_C1_WPF_RichTextBox_Documents_C1TextPointer_" data-uid="C1.WPF.RichTextBox.C1RichTextBox.ScrollIntoView(C1.WPF.RichTextBox.Documents.C1TextPointer)">ScrollIntoView(C1TextPointer)</h4>
<div class="markdown level1 summary"><p>Scrolls the <a class="xref" href="C1.WPF.RichTextBox.C1RichTextBox.html">C1RichTextBox</a> to bring a <a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextPointer.html">C1TextPointer</a> into view.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void ScrollIntoView(C1TextPointer position)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub ScrollIntoView(position As C1TextPointer)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="C1.WPF.RichTextBox.Documents.C1TextPointer.html">C1TextPointer</a></td>
      <td><span class="parametername">position</span></td>
      <td><p>The position to bring into view.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
