# C1.WPF.C1ScrollViewer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1ScrollViewer" data-uid="C1.WPF.C1ScrollViewer" class="text-break">C1ScrollViewer Class
</h1>
  <div class="markdown level0 summary"><p>Represents a scrollable area that can contain other visible elements.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol">ContentControl</a></div>
    <div class="level8"><span class="xref">C1ScrollViewer</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iaddchild">IAddChild</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.html">C1.WPF</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1ScrollViewer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;ScrollViewer&quot;, Type = typeof(ScrollViewer))]
public class C1ScrollViewer : ContentControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;ScrollViewer&quot;, Type:=GetType(ScrollViewer))&gt;
Public Class C1ScrollViewer
    Inherits ContentControl
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_C1ScrollViewer__ctor" data-uid="C1.WPF.C1ScrollViewer.#ctor">
          <a class="xref" href="C1.WPF.C1ScrollViewer.-ctor.html#C1_WPF_C1ScrollViewer__ctor">C1ScrollViewer()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.C1ScrollViewer.html">C1ScrollViewer</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_CanScrollDownProperty" data-uid="C1.WPF.C1ScrollViewer.CanScrollDownProperty">
          <a class="xref" href="C1.WPF.C1ScrollViewer.CanScrollDownProperty.html">CanScrollDownProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ScrollViewer.CanScrollDown.html#C1_WPF_C1ScrollViewer_CanScrollDown">CanScrollDown</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_CanScrollLeftProperty" data-uid="C1.WPF.C1ScrollViewer.CanScrollLeftProperty">
          <a class="xref" href="C1.WPF.C1ScrollViewer.CanScrollLeftProperty.html">CanScrollLeftProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ScrollViewer.CanScrollLeft.html#C1_WPF_C1ScrollViewer_CanScrollLeft">CanScrollLeft</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_CanScrollRightProperty" data-uid="C1.WPF.C1ScrollViewer.CanScrollRightProperty">
          <a class="xref" href="C1.WPF.C1ScrollViewer.CanScrollRightProperty.html">CanScrollRightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ScrollViewer.CanScrollRight.html#C1_WPF_C1ScrollViewer_CanScrollRight">CanScrollRight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_CanScrollUpProperty" data-uid="C1.WPF.C1ScrollViewer.CanScrollUpProperty">
          <a class="xref" href="C1.WPF.C1ScrollViewer.CanScrollUpProperty.html">CanScrollUpProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ScrollViewer.CanScrollUp.html#C1_WPF_C1ScrollViewer_CanScrollUp">CanScrollUp</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ExtentHeightProperty" data-uid="C1.WPF.C1ScrollViewer.ExtentHeightProperty">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ExtentHeightProperty.html">ExtentHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ScrollViewer.ExtentHeight.html#C1_WPF_C1ScrollViewer_ExtentHeight">ExtentHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ExtentWidthProperty" data-uid="C1.WPF.C1ScrollViewer.ExtentWidthProperty">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ExtentWidthProperty.html">ExtentWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ScrollViewer.ExtentWidth.html#C1_WPF_C1ScrollViewer_ExtentWidth">ExtentWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_HorizontalOffsetProperty" data-uid="C1.WPF.C1ScrollViewer.HorizontalOffsetProperty">
          <a class="xref" href="C1.WPF.C1ScrollViewer.HorizontalOffsetProperty.html">HorizontalOffsetProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ScrollViewer.HorizontalOffset.html#C1_WPF_C1ScrollViewer_HorizontalOffset">HorizontalOffset</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_HorizontalScrollBarVisibilityProperty" data-uid="C1.WPF.C1ScrollViewer.HorizontalScrollBarVisibilityProperty">
          <a class="xref" href="C1.WPF.C1ScrollViewer.HorizontalScrollBarVisibilityProperty.html">HorizontalScrollBarVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ScrollViewer.HorizontalScrollBarVisibility.html#C1_WPF_C1ScrollViewer_HorizontalScrollBarVisibility">HorizontalScrollBarVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_HorizontalSmallChangeProperty" data-uid="C1.WPF.C1ScrollViewer.HorizontalSmallChangeProperty">
          <a class="xref" href="C1.WPF.C1ScrollViewer.HorizontalSmallChangeProperty.html">HorizontalSmallChangeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ScrollViewer.HorizontalSmallChange.html#C1_WPF_C1ScrollViewer_HorizontalSmallChange">HorizontalSmallChange</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_MoveBottomCommand" data-uid="C1.WPF.C1ScrollViewer.MoveBottomCommand">
          <a class="xref" href="C1.WPF.C1ScrollViewer.MoveBottomCommand.html">MoveBottomCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Command to scroll to the bottom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_MoveDownCommand" data-uid="C1.WPF.C1ScrollViewer.MoveDownCommand">
          <a class="xref" href="C1.WPF.C1ScrollViewer.MoveDownCommand.html">MoveDownCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Command to scroll down.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_MoveLeftCommand" data-uid="C1.WPF.C1ScrollViewer.MoveLeftCommand">
          <a class="xref" href="C1.WPF.C1ScrollViewer.MoveLeftCommand.html">MoveLeftCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Command to scroll left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_MoveLeftEndCommand" data-uid="C1.WPF.C1ScrollViewer.MoveLeftEndCommand">
          <a class="xref" href="C1.WPF.C1ScrollViewer.MoveLeftEndCommand.html">MoveLeftEndCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Command to scroll totally to the left.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_MoveRightCommand" data-uid="C1.WPF.C1ScrollViewer.MoveRightCommand">
          <a class="xref" href="C1.WPF.C1ScrollViewer.MoveRightCommand.html">MoveRightCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Command to scroll right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_MoveRightEndCommand" data-uid="C1.WPF.C1ScrollViewer.MoveRightEndCommand">
          <a class="xref" href="C1.WPF.C1ScrollViewer.MoveRightEndCommand.html">MoveRightEndCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Command to scroll totally to the right.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_MoveTopCommand" data-uid="C1.WPF.C1ScrollViewer.MoveTopCommand">
          <a class="xref" href="C1.WPF.C1ScrollViewer.MoveTopCommand.html">MoveTopCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Command to scroll to the top.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_MoveUpCommand" data-uid="C1.WPF.C1ScrollViewer.MoveUpCommand">
          <a class="xref" href="C1.WPF.C1ScrollViewer.MoveUpCommand.html">MoveUpCommand</a>
        </td>
        <td class="markdown level1 summary"><p>Command to scroll up.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ScrollModeProperty" data-uid="C1.WPF.C1ScrollViewer.ScrollModeProperty">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ScrollModeProperty.html">ScrollModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ScrollViewer.ScrollMode.html#C1_WPF_C1ScrollViewer_ScrollMode">ScrollMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ScrollableHeightProperty" data-uid="C1.WPF.C1ScrollViewer.ScrollableHeightProperty">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ScrollableHeightProperty.html">ScrollableHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ScrollViewer.ScrollableHeight.html#C1_WPF_C1ScrollViewer_ScrollableHeight">ScrollableHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ScrollableWidthProperty" data-uid="C1.WPF.C1ScrollViewer.ScrollableWidthProperty">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ScrollableWidthProperty.html">ScrollableWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ScrollViewer.ScrollableWidth.html#C1_WPF_C1ScrollViewer_ScrollableWidth">ScrollableWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_VerticalOffsetProperty" data-uid="C1.WPF.C1ScrollViewer.VerticalOffsetProperty">
          <a class="xref" href="C1.WPF.C1ScrollViewer.VerticalOffsetProperty.html">VerticalOffsetProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ScrollViewer.VerticalOffset.html#C1_WPF_C1ScrollViewer_VerticalOffset">VerticalOffset</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_VerticalScrollBarVisibilityProperty" data-uid="C1.WPF.C1ScrollViewer.VerticalScrollBarVisibilityProperty">
          <a class="xref" href="C1.WPF.C1ScrollViewer.VerticalScrollBarVisibilityProperty.html">VerticalScrollBarVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ScrollViewer.VerticalScrollBarVisibility.html#C1_WPF_C1ScrollViewer_VerticalScrollBarVisibility">VerticalScrollBarVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_VerticalSmallChangeProperty" data-uid="C1.WPF.C1ScrollViewer.VerticalSmallChangeProperty">
          <a class="xref" href="C1.WPF.C1ScrollViewer.VerticalSmallChangeProperty.html">VerticalSmallChangeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ScrollViewer.VerticalSmallChange.html#C1_WPF_C1ScrollViewer_VerticalSmallChange">VerticalSmallChange</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ViewportHeightProperty" data-uid="C1.WPF.C1ScrollViewer.ViewportHeightProperty">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ViewportHeightProperty.html">ViewportHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ScrollViewer.ViewportHeight.html#C1_WPF_C1ScrollViewer_ViewportHeight">ViewportHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ViewportWidthProperty" data-uid="C1.WPF.C1ScrollViewer.ViewportWidthProperty">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ViewportWidthProperty.html">ViewportWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.C1ScrollViewer.ViewportWidth.html#C1_WPF_C1ScrollViewer_ViewportWidth">ViewportWidth</a> dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_CanScrollDown" data-uid="C1.WPF.C1ScrollViewer.CanScrollDown">
          <a class="xref" href="C1.WPF.C1ScrollViewer.CanScrollDown.html#C1_WPF_C1ScrollViewer_CanScrollDown">CanScrollDown</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the vertical scroll isn't in the bottom position. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_CanScrollLeft" data-uid="C1.WPF.C1ScrollViewer.CanScrollLeft">
          <a class="xref" href="C1.WPF.C1ScrollViewer.CanScrollLeft.html#C1_WPF_C1ScrollViewer_CanScrollLeft">CanScrollLeft</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the vertical scroll isn't in the left-most position. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_CanScrollRight" data-uid="C1.WPF.C1ScrollViewer.CanScrollRight">
          <a class="xref" href="C1.WPF.C1ScrollViewer.CanScrollRight.html#C1_WPF_C1ScrollViewer_CanScrollRight">CanScrollRight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the vertical scroll isn't in the right-most position. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_CanScrollUp" data-uid="C1.WPF.C1ScrollViewer.CanScrollUp">
          <a class="xref" href="C1.WPF.C1ScrollViewer.CanScrollUp.html#C1_WPF_C1ScrollViewer_CanScrollUp">CanScrollUp</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the vertical scroll isn't in the top position. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ExtentHeight" data-uid="C1.WPF.C1ScrollViewer.ExtentHeight">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ExtentHeight.html#C1_WPF_C1ScrollViewer_ExtentHeight">ExtentHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that contains the vertical size of the extent. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ExtentWidth" data-uid="C1.WPF.C1ScrollViewer.ExtentWidth">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ExtentWidth.html#C1_WPF_C1ScrollViewer_ExtentWidth">ExtentWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that contains the horizontal size of the extent. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_HorizontalOffset" data-uid="C1.WPF.C1ScrollViewer.HorizontalOffset">
          <a class="xref" href="C1.WPF.C1ScrollViewer.HorizontalOffset.html#C1_WPF_C1ScrollViewer_HorizontalOffset">HorizontalOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that contains the horizontal offset of the scrolled content. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_HorizontalScrollBarVisibility" data-uid="C1.WPF.C1ScrollViewer.HorizontalScrollBarVisibility">
          <a class="xref" href="C1.WPF.C1ScrollViewer.HorizontalScrollBarVisibility.html#C1_WPF_C1ScrollViewer_HorizontalScrollBarVisibility">HorizontalScrollBarVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether a horizontal commands should be displayed. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_HorizontalSmallChange" data-uid="C1.WPF.C1ScrollViewer.HorizontalSmallChange">
          <a class="xref" href="C1.WPF.C1ScrollViewer.HorizontalSmallChange.html#C1_WPF_C1ScrollViewer_HorizontalSmallChange">HorizontalSmallChange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value to be added to or subtracted from the horizontal offset value when the scroll is moved.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ScrollMode" data-uid="C1.WPF.C1ScrollViewer.ScrollMode">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ScrollMode.html#C1_WPF_C1ScrollViewer_ScrollMode">ScrollMode</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies when the scroll event should be raised.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ScrollableHeight" data-uid="C1.WPF.C1ScrollViewer.ScrollableHeight">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ScrollableHeight.html#C1_WPF_C1ScrollViewer_ScrollableHeight">ScrollableHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that represents the vertical size of the content element that can be scrolled. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ScrollableWidth" data-uid="C1.WPF.C1ScrollViewer.ScrollableWidth">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ScrollableWidth.html#C1_WPF_C1ScrollViewer_ScrollableWidth">ScrollableWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that represents the horizontal size of the content element that can be scrolled. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_VerticalOffset" data-uid="C1.WPF.C1ScrollViewer.VerticalOffset">
          <a class="xref" href="C1.WPF.C1ScrollViewer.VerticalOffset.html#C1_WPF_C1ScrollViewer_VerticalOffset">VerticalOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that contains the vertical offset of the scrolled content. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_VerticalScrollBarVisibility" data-uid="C1.WPF.C1ScrollViewer.VerticalScrollBarVisibility">
          <a class="xref" href="C1.WPF.C1ScrollViewer.VerticalScrollBarVisibility.html#C1_WPF_C1ScrollViewer_VerticalScrollBarVisibility">VerticalScrollBarVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether a vertical commands should be displayed. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_VerticalSmallChange" data-uid="C1.WPF.C1ScrollViewer.VerticalSmallChange">
          <a class="xref" href="C1.WPF.C1ScrollViewer.VerticalSmallChange.html#C1_WPF_C1ScrollViewer_VerticalSmallChange">VerticalSmallChange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value to be added to or subtracted from the vertical offset value when the scroll is moved.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ViewportHeight" data-uid="C1.WPF.C1ScrollViewer.ViewportHeight">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ViewportHeight.html#C1_WPF_C1ScrollViewer_ViewportHeight">ViewportHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that contains the vertical size of the content's viewport. This is a dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ViewportWidth" data-uid="C1.WPF.C1ScrollViewer.ViewportWidth">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ViewportWidth.html#C1_WPF_C1ScrollViewer_ViewportWidth">ViewportWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that contains the horizontal size of the content's viewport. This is a dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_OnApplyTemplate" data-uid="C1.WPF.C1ScrollViewer.OnApplyTemplate">
          <a class="xref" href="C1.WPF.C1ScrollViewer.OnApplyTemplate.html#C1_WPF_C1ScrollViewer_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.C1ScrollViewer.html">C1ScrollViewer</a> control when a new template is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ScrollDown" data-uid="C1.WPF.C1ScrollViewer.ScrollDown">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ScrollDown.html#C1_WPF_C1ScrollViewer_ScrollDown">ScrollDown()</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the <a class="xref" href="C1.WPF.C1ScrollViewer.html">C1ScrollViewer</a> content downward by <a class="xref" href="C1.WPF.C1ScrollViewer.VerticalSmallChange.html#C1_WPF_C1ScrollViewer_VerticalSmallChange">VerticalSmallChange</a> pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ScrollLeft" data-uid="C1.WPF.C1ScrollViewer.ScrollLeft">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ScrollLeft.html#C1_WPF_C1ScrollViewer_ScrollLeft">ScrollLeft()</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the <a class="xref" href="C1.WPF.C1ScrollViewer.html">C1ScrollViewer</a> content to the left by <a class="xref" href="C1.WPF.C1ScrollViewer.HorizontalSmallChange.html#C1_WPF_C1ScrollViewer_HorizontalSmallChange">HorizontalSmallChange</a> pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ScrollRight" data-uid="C1.WPF.C1ScrollViewer.ScrollRight">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ScrollRight.html#C1_WPF_C1ScrollViewer_ScrollRight">ScrollRight()</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the <a class="xref" href="C1.WPF.C1ScrollViewer.html">C1ScrollViewer</a> content to the right by <a class="xref" href="C1.WPF.C1ScrollViewer.HorizontalSmallChange.html#C1_WPF_C1ScrollViewer_HorizontalSmallChange">HorizontalSmallChange</a> pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ScrollToBottom" data-uid="C1.WPF.C1ScrollViewer.ScrollToBottom">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ScrollToBottom.html#C1_WPF_C1ScrollViewer_ScrollToBottom">ScrollToBottom()</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls vertically to the end of the <a class="xref" href="C1.WPF.C1ScrollViewer.html">C1ScrollViewer</a> content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ScrollToEnd" data-uid="C1.WPF.C1ScrollViewer.ScrollToEnd">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ScrollToEnd.html#C1_WPF_C1ScrollViewer_ScrollToEnd">ScrollToEnd()</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls vertically to the end of the <a class="xref" href="C1.WPF.C1ScrollViewer.html">C1ScrollViewer</a> content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ScrollToHome" data-uid="C1.WPF.C1ScrollViewer.ScrollToHome">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ScrollToHome.html#C1_WPF_C1ScrollViewer_ScrollToHome">ScrollToHome()</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls vertically to the beginning of the <a class="xref" href="C1.WPF.C1ScrollViewer.html">C1ScrollViewer</a> content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ScrollToHorizontalOffset_System_Double_" data-uid="C1.WPF.C1ScrollViewer.ScrollToHorizontalOffset(System.Double)">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ScrollToHorizontalOffset.html#C1_WPF_C1ScrollViewer_ScrollToHorizontalOffset_System_Double_">ScrollToHorizontalOffset(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls to horizontal offset.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ScrollToLeftEnd" data-uid="C1.WPF.C1ScrollViewer.ScrollToLeftEnd">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ScrollToLeftEnd.html#C1_WPF_C1ScrollViewer_ScrollToLeftEnd">ScrollToLeftEnd()</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls horizontally to the beginning of the <a class="xref" href="C1.WPF.C1ScrollViewer.html">C1ScrollViewer</a> content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ScrollToRightEnd" data-uid="C1.WPF.C1ScrollViewer.ScrollToRightEnd">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ScrollToRightEnd.html#C1_WPF_C1ScrollViewer_ScrollToRightEnd">ScrollToRightEnd()</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls horizontally to the end of the <a class="xref" href="C1.WPF.C1ScrollViewer.html">C1ScrollViewer</a> content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ScrollToTop" data-uid="C1.WPF.C1ScrollViewer.ScrollToTop">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ScrollToTop.html#C1_WPF_C1ScrollViewer_ScrollToTop">ScrollToTop()</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls vertically to the beginning of the <a class="xref" href="C1.WPF.C1ScrollViewer.html">C1ScrollViewer</a> content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ScrollToVerticalOffset_System_Double_" data-uid="C1.WPF.C1ScrollViewer.ScrollToVerticalOffset(System.Double)">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ScrollToVerticalOffset.html#C1_WPF_C1ScrollViewer_ScrollToVerticalOffset_System_Double_">ScrollToVerticalOffset(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls to vertical offset.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1ScrollViewer_ScrollUp" data-uid="C1.WPF.C1ScrollViewer.ScrollUp">
          <a class="xref" href="C1.WPF.C1ScrollViewer.ScrollUp.html#C1_WPF_C1ScrollViewer_ScrollUp">ScrollUp()</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the <a class="xref" href="C1.WPF.C1ScrollViewer.html">C1ScrollViewer</a> content upward by <a class="xref" href="C1.WPF.C1ScrollViewer.VerticalSmallChange.html#C1_WPF_C1ScrollViewer_VerticalSmallChange">VerticalSmallChange</a> pixels.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="C1.WPF.Extensions.FindParent.html#C1_WPF_Extensions_FindParent__1_System_Windows_FrameworkElement_">Extensions.FindParent&lt;T&gt;(FrameworkElement)</a>
  </div>
  <div>
      <a class="xref" href="C1.WPF.Extensions.GetAllParents.html#C1_WPF_Extensions_GetAllParents_System_Windows_FrameworkElement_">Extensions.GetAllParents(FrameworkElement)</a>
  </div>
  <div>
      <a class="xref" href="C1.WPF.Extensions.GetVisualStateGroup.html#C1_WPF_Extensions_GetVisualStateGroup_System_Windows_FrameworkElement_System_String_">Extensions.GetVisualStateGroup(FrameworkElement, string)</a>
  </div>
  <div>
      <a class="xref" href="C1.WPF.Extensions.SetBinding.html#C1_WPF_Extensions_SetBinding__1_System_Windows_FrameworkElement_System_Windows_DependencyProperty___0_System_Linq_Expressions_Expression_System_Func___0_System_Object___">Extensions.SetBinding&lt;T&gt;(FrameworkElement, DependencyProperty, T, Expression&lt;Func&lt;T, object&gt;&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.WPF.Extensions.SetBinding.html#C1_WPF_Extensions_SetBinding__1_System_Windows_FrameworkElement_System_Windows_DependencyProperty___0_System_Linq_Expressions_Expression_System_Func___0_System_Object___System_Windows_Data_IValueConverter_">Extensions.SetBinding&lt;T&gt;(FrameworkElement, DependencyProperty, T, Expression&lt;Func&lt;T, object&gt;&gt;, IValueConverter)</a>
  </div>
  <div>
      <a class="xref" href="C1.WPF.Extensions.C1TransformToVisual.html#C1_WPF_Extensions_C1TransformToVisual_System_Windows_UIElement_System_Windows_UIElement_">Extensions.C1TransformToVisual(UIElement, UIElement)</a>
  </div>

</div>
