# C1.WPF.Core.C1ScrollViewer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Core_C1ScrollViewer" data-uid="C1.WPF.Core.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.media.visual">Visual</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.contentcontrol">ContentControl</a></div>
    <div class="level6"><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><a class="xref" href="C1.WPF.Core.IAutomationProperties.html">IAutomationProperties</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Core.html">C1.WPF.Core</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Core.dll</h6>
  <h5 id="C1_WPF_Core_C1ScrollViewer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;ScrollTipStyle&quot;, StyleTargetType = typeof(ToolTip))]
public class C1ScrollViewer : ContentControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IAutomationProperties, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;ScrollTipStyle&quot;, StyleTargetType:=GetType(ToolTip))&gt;
Public Class C1ScrollViewer
    Inherits ContentControl
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IAutomationProperties, IDisposable</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_Core_C1ScrollViewer__ctor" data-uid="C1.WPF.Core.C1ScrollViewer.#ctor">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.-ctor.html#C1_WPF_Core_C1ScrollViewer__ctor">C1ScrollViewer()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.html">C1ScrollViewer</a> class.</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_Core_C1ScrollViewer_BottomHeaderProperty" data-uid="C1.WPF.Core.C1ScrollViewer.BottomHeaderProperty">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.BottomHeaderProperty.html">BottomHeaderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.BottomHeader.html#C1_WPF_Core_C1ScrollViewer_BottomHeader">BottomHeader</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_BottomLeftHeaderProperty" data-uid="C1.WPF.Core.C1ScrollViewer.BottomLeftHeaderProperty">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.BottomLeftHeaderProperty.html">BottomLeftHeaderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.BottomLeftHeader.html#C1_WPF_Core_C1ScrollViewer_BottomLeftHeader">BottomLeftHeader</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_BottomRightHeaderProperty" data-uid="C1.WPF.Core.C1ScrollViewer.BottomRightHeaderProperty">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.BottomRightHeaderProperty.html">BottomRightHeaderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.BottomRightHeader.html#C1_WPF_Core_C1ScrollViewer_BottomRightHeader">BottomRightHeader</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_BringIntoViewOnFocusChangeProperty" data-uid="C1.WPF.Core.C1ScrollViewer.BringIntoViewOnFocusChangeProperty">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.BringIntoViewOnFocusChangeProperty.html">BringIntoViewOnFocusChangeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.BringIntoViewOnFocusChange.html#C1_WPF_Core_C1ScrollViewer_BringIntoViewOnFocusChange">BringIntoViewOnFocusChange</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_EmptyBackgroundProperty" data-uid="C1.WPF.Core.C1ScrollViewer.EmptyBackgroundProperty">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.EmptyBackgroundProperty.html">EmptyBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.EmptyBackground.html#C1_WPF_Core_C1ScrollViewer_EmptyBackground">EmptyBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_HorizontalScrollBarVisibilityProperty" data-uid="C1.WPF.Core.C1ScrollViewer.HorizontalScrollBarVisibilityProperty">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.HorizontalScrollBarVisibilityProperty.html">HorizontalScrollBarVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.HorizontalScrollBarVisibility.html#C1_WPF_Core_C1ScrollViewer_HorizontalScrollBarVisibility">HorizontalScrollBarVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_HorizontalSmallChangeProperty" data-uid="C1.WPF.Core.C1ScrollViewer.HorizontalSmallChangeProperty">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.HorizontalSmallChangeProperty.html">HorizontalSmallChangeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.HorizontalSmallChange.html#C1_WPF_Core_C1ScrollViewer_HorizontalSmallChange">HorizontalSmallChange</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_LeftHeaderProperty" data-uid="C1.WPF.Core.C1ScrollViewer.LeftHeaderProperty">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.LeftHeaderProperty.html">LeftHeaderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.LeftHeader.html#C1_WPF_Core_C1ScrollViewer_LeftHeader">LeftHeader</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_MaxZoomFactorProperty" data-uid="C1.WPF.Core.C1ScrollViewer.MaxZoomFactorProperty">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.MaxZoomFactorProperty.html">MaxZoomFactorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.MaxZoomFactor.html#C1_WPF_Core_C1ScrollViewer_MaxZoomFactor">MaxZoomFactor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_MinZoomFactorProperty" data-uid="C1.WPF.Core.C1ScrollViewer.MinZoomFactorProperty">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.MinZoomFactorProperty.html">MinZoomFactorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.MinZoomFactor.html#C1_WPF_Core_C1ScrollViewer_MinZoomFactor">MinZoomFactor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_RightHeaderProperty" data-uid="C1.WPF.Core.C1ScrollViewer.RightHeaderProperty">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.RightHeaderProperty.html">RightHeaderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.RightHeader.html#C1_WPF_Core_C1ScrollViewer_RightHeader">RightHeader</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_ScrollTipStyleProperty" data-uid="C1.WPF.Core.C1ScrollViewer.ScrollTipStyleProperty">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.ScrollTipStyleProperty.html">ScrollTipStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.ScrollTipStyle.html#C1_WPF_Core_C1ScrollViewer_ScrollTipStyle">ScrollTipStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_TopHeaderProperty" data-uid="C1.WPF.Core.C1ScrollViewer.TopHeaderProperty">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.TopHeaderProperty.html">TopHeaderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.TopHeader.html#C1_WPF_Core_C1ScrollViewer_TopHeader">TopHeader</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_TopLeftHeaderProperty" data-uid="C1.WPF.Core.C1ScrollViewer.TopLeftHeaderProperty">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.TopLeftHeaderProperty.html">TopLeftHeaderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.TopLeftHeader.html#C1_WPF_Core_C1ScrollViewer_TopLeftHeader">TopLeftHeader</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_TopRightHeaderProperty" data-uid="C1.WPF.Core.C1ScrollViewer.TopRightHeaderProperty">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.TopRightHeaderProperty.html">TopRightHeaderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.TopRightHeader.html#C1_WPF_Core_C1ScrollViewer_TopRightHeader">TopRightHeader</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_VerticalScrollBarVisibilityProperty" data-uid="C1.WPF.Core.C1ScrollViewer.VerticalScrollBarVisibilityProperty">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.VerticalScrollBarVisibilityProperty.html">VerticalScrollBarVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.VerticalScrollBarVisibility.html#C1_WPF_Core_C1ScrollViewer_VerticalScrollBarVisibility">VerticalScrollBarVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_VerticalSmallChangeProperty" data-uid="C1.WPF.Core.C1ScrollViewer.VerticalSmallChangeProperty">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.VerticalSmallChangeProperty.html">VerticalSmallChangeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.VerticalSmallChange.html#C1_WPF_Core_C1ScrollViewer_VerticalSmallChange">VerticalSmallChange</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_ZoomModeProperty" data-uid="C1.WPF.Core.C1ScrollViewer.ZoomModeProperty">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.ZoomModeProperty.html">ZoomModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.ZoomMode.html#C1_WPF_Core_C1ScrollViewer_ZoomMode">ZoomMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer__emptyBackground" data-uid="C1.WPF.Core.C1ScrollViewer._emptyBackground">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer._emptyBackground.html">_emptyBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a brush that describes the background of an empty space in the corner between the vertical and horizontal scrollbars.</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_Core_C1ScrollViewer_AutomationEnabled" data-uid="C1.WPF.Core.C1ScrollViewer.AutomationEnabled">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.AutomationEnabled.html#C1_WPF_Core_C1ScrollViewer_AutomationEnabled">AutomationEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a nullable boolean value indicating whether automation is enabled for the element and
an automation peer will be created when requested by system.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_BottomHeader" data-uid="C1.WPF.Core.C1ScrollViewer.BottomHeader">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.BottomHeader.html#C1_WPF_Core_C1ScrollViewer_BottomHeader">BottomHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content of the bottom header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_BottomLeftHeader" data-uid="C1.WPF.Core.C1ScrollViewer.BottomLeftHeader">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.BottomLeftHeader.html#C1_WPF_Core_C1ScrollViewer_BottomLeftHeader">BottomLeftHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content of the bottom-left header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_BottomRightHeader" data-uid="C1.WPF.Core.C1ScrollViewer.BottomRightHeader">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.BottomRightHeader.html#C1_WPF_Core_C1ScrollViewer_BottomRightHeader">BottomRightHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content of the bottom right header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_BringIntoViewOnFocusChange" data-uid="C1.WPF.Core.C1ScrollViewer.BringIntoViewOnFocusChange">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.BringIntoViewOnFocusChange.html#C1_WPF_Core_C1ScrollViewer_BringIntoViewOnFocusChange">BringIntoViewOnFocusChange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines whether the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.html">C1ScrollViewer</a> uses a bring-into-view scroll behavior when an item in the view gets focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_EmptyBackground" data-uid="C1.WPF.Core.C1ScrollViewer.EmptyBackground">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.EmptyBackground.html#C1_WPF_Core_C1ScrollViewer_EmptyBackground">EmptyBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a brush that describes the background of an empty space in the corner between the vertical and horizontal scrollbars.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_ExtentHeight" data-uid="C1.WPF.Core.C1ScrollViewer.ExtentHeight">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.ExtentHeight.html#C1_WPF_Core_C1ScrollViewer_ExtentHeight">ExtentHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the vertical size of all the scrollable content in the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.html">C1ScrollViewer</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_ExtentWidth" data-uid="C1.WPF.Core.C1ScrollViewer.ExtentWidth">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.ExtentWidth.html#C1_WPF_Core_C1ScrollViewer_ExtentWidth">ExtentWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the horizontal size of all the scrollable content in the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.html">C1ScrollViewer</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_HorizontalOffset" data-uid="C1.WPF.Core.C1ScrollViewer.HorizontalOffset">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.HorizontalOffset.html#C1_WPF_Core_C1ScrollViewer_HorizontalOffset">HorizontalOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the distance the content has been scrolled horizontally.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_HorizontalScrollBarVisibility" data-uid="C1.WPF.Core.C1ScrollViewer.HorizontalScrollBarVisibility">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.HorizontalScrollBarVisibility.html#C1_WPF_Core_C1ScrollViewer_HorizontalScrollBarVisibility">HorizontalScrollBarVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether a horizontal ScrollBar should be displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_HorizontalSmallChange" data-uid="C1.WPF.Core.C1ScrollViewer.HorizontalSmallChange">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.HorizontalSmallChange.html#C1_WPF_Core_C1ScrollViewer_HorizontalSmallChange">HorizontalSmallChange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how long the content is scrolled horizontally when pressing scrollbar buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_IsDisposed" data-uid="C1.WPF.Core.C1ScrollViewer.IsDisposed">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.IsDisposed.html#C1_WPF_Core_C1ScrollViewer_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether this instance is disposed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_LeftHeader" data-uid="C1.WPF.Core.C1ScrollViewer.LeftHeader">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.LeftHeader.html#C1_WPF_Core_C1ScrollViewer_LeftHeader">LeftHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content of the left header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_MaxZoomFactor" data-uid="C1.WPF.Core.C1ScrollViewer.MaxZoomFactor">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.MaxZoomFactor.html#C1_WPF_Core_C1ScrollViewer_MaxZoomFactor">MaxZoomFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates the maximum permitted run-time value of <a class="xref" href="C1.WPF.Core.C1ScrollViewer.ZoomFactor.html#C1_WPF_Core_C1ScrollViewer_ZoomFactor">ZoomFactor</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_MinZoomFactor" data-uid="C1.WPF.Core.C1ScrollViewer.MinZoomFactor">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.MinZoomFactor.html#C1_WPF_Core_C1ScrollViewer_MinZoomFactor">MinZoomFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates the minimum permitted run-time value of <a class="xref" href="C1.WPF.Core.C1ScrollViewer.ZoomFactor.html#C1_WPF_Core_C1ScrollViewer_ZoomFactor">ZoomFactor</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_RightHeader" data-uid="C1.WPF.Core.C1ScrollViewer.RightHeader">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.RightHeader.html#C1_WPF_Core_C1ScrollViewer_RightHeader">RightHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content of the right header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_ScrollTipStyle" data-uid="C1.WPF.Core.C1ScrollViewer.ScrollTipStyle">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.ScrollTipStyle.html#C1_WPF_Core_C1ScrollViewer_ScrollTipStyle">ScrollTipStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the style of the tooltip</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_ScrollableHeight" data-uid="C1.WPF.Core.C1ScrollViewer.ScrollableHeight">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.ScrollableHeight.html#C1_WPF_Core_C1ScrollViewer_ScrollableHeight">ScrollableHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that represents the vertical size of the area that can be scrolled; the difference between the height of the extent and the height of the viewport.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_ScrollableWidth" data-uid="C1.WPF.Core.C1ScrollViewer.ScrollableWidth">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.ScrollableWidth.html#C1_WPF_Core_C1ScrollViewer_ScrollableWidth">ScrollableWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that represents the horizontal size of the area that can be scrolled; the difference between the width of the extent and the width of the viewport.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_TopHeader" data-uid="C1.WPF.Core.C1ScrollViewer.TopHeader">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.TopHeader.html#C1_WPF_Core_C1ScrollViewer_TopHeader">TopHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content of the top header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_TopLeftHeader" data-uid="C1.WPF.Core.C1ScrollViewer.TopLeftHeader">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.TopLeftHeader.html#C1_WPF_Core_C1ScrollViewer_TopLeftHeader">TopLeftHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content of the top-left header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_TopRightHeader" data-uid="C1.WPF.Core.C1ScrollViewer.TopRightHeader">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.TopRightHeader.html#C1_WPF_Core_C1ScrollViewer_TopRightHeader">TopRightHeader</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the content of the top right header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_VerticalOffset" data-uid="C1.WPF.Core.C1ScrollViewer.VerticalOffset">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.VerticalOffset.html#C1_WPF_Core_C1ScrollViewer_VerticalOffset">VerticalOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the distance the content has been scrolled vertically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_VerticalScrollBarVisibility" data-uid="C1.WPF.Core.C1ScrollViewer.VerticalScrollBarVisibility">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.VerticalScrollBarVisibility.html#C1_WPF_Core_C1ScrollViewer_VerticalScrollBarVisibility">VerticalScrollBarVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether a vertical ScrollBar should be displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_VerticalSmallChange" data-uid="C1.WPF.Core.C1ScrollViewer.VerticalSmallChange">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.VerticalSmallChange.html#C1_WPF_Core_C1ScrollViewer_VerticalSmallChange">VerticalSmallChange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how long the content is scrolled vertically when pressing scrollbar buttons.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_ViewportHeight" data-uid="C1.WPF.Core.C1ScrollViewer.ViewportHeight">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.ViewportHeight.html#C1_WPF_Core_C1ScrollViewer_ViewportHeight">ViewportHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the vertical size of the viewable content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_ViewportWidth" data-uid="C1.WPF.Core.C1ScrollViewer.ViewportWidth">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.ViewportWidth.html#C1_WPF_Core_C1ScrollViewer_ViewportWidth">ViewportWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the horizontal size of the viewable content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_VisualChildrenCount" data-uid="C1.WPF.Core.C1ScrollViewer.VisualChildrenCount">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.VisualChildrenCount.html#C1_WPF_Core_C1ScrollViewer_VisualChildrenCount">VisualChildrenCount</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_ZoomFactor" data-uid="C1.WPF.Core.C1ScrollViewer.ZoomFactor">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.ZoomFactor.html#C1_WPF_Core_C1ScrollViewer_ZoomFactor">ZoomFactor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates the current zoom factor engaged for content scaling.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_ZoomMode" data-uid="C1.WPF.Core.C1ScrollViewer.ZoomMode">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.ZoomMode.html#C1_WPF_Core_C1ScrollViewer_ZoomMode">ZoomMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether zoom behavior in the ScrollViewer content is enabled.</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_Core_C1ScrollViewer_ArrangeOverride_System_Windows_Size_" data-uid="C1.WPF.Core.C1ScrollViewer.ArrangeOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.ArrangeOverride.html#C1_WPF_Core_C1ScrollViewer_ArrangeOverride_System_Windows_Size_">ArrangeOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_ChangeView_System_Nullable_System_Double__System_Nullable_System_Double__System_Nullable_System_Double__System_Boolean_" data-uid="C1.WPF.Core.C1ScrollViewer.ChangeView(System.Nullable{System.Double},System.Nullable{System.Double},System.Nullable{System.Double},System.Boolean)">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.ChangeView.html#C1_WPF_Core_C1ScrollViewer_ChangeView_System_Nullable_System_Double__System_Nullable_System_Double__System_Nullable_System_Double__System_Boolean_">ChangeView(double?, double?, double?, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Changes the view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_Dispose" data-uid="C1.WPF.Core.C1ScrollViewer.Dispose">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.Dispose.html#C1_WPF_Core_C1ScrollViewer_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_Dispose_System_Boolean_" data-uid="C1.WPF.Core.C1ScrollViewer.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.Dispose.html#C1_WPF_Core_C1ScrollViewer_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_Finalize" data-uid="C1.WPF.Core.C1ScrollViewer.Finalize">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.Finalize.html#C1_WPF_Core_C1ScrollViewer_Finalize">Finalize()</a>
        </td>
        <td class="markdown level1 summary"><p>Finalizes this instance of the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.html">C1ScrollViewer</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_GetVisualChild_System_Int32_" data-uid="C1.WPF.Core.C1ScrollViewer.GetVisualChild(System.Int32)">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.GetVisualChild.html#C1_WPF_Core_C1ScrollViewer_GetVisualChild_System_Int32_">GetVisualChild(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_HitTestCore_System_Windows_Media_PointHitTestParameters_" data-uid="C1.WPF.Core.C1ScrollViewer.HitTestCore(System.Windows.Media.PointHitTestParameters)">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.HitTestCore.html#C1_WPF_Core_C1ScrollViewer_HitTestCore_System_Windows_Media_PointHitTestParameters_">HitTestCore(PointHitTestParameters)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_MeasureOverride_System_Windows_Size_" data-uid="C1.WPF.Core.C1ScrollViewer.MeasureOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.MeasureOverride.html#C1_WPF_Core_C1ScrollViewer_MeasureOverride_System_Windows_Size_">MeasureOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_OnApplyTemplate" data-uid="C1.WPF.Core.C1ScrollViewer.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.OnApplyTemplate.html#C1_WPF_Core_C1ScrollViewer_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_OnContentChanged_System_Object_System_Object_" data-uid="C1.WPF.Core.C1ScrollViewer.OnContentChanged(System.Object,System.Object)">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.OnContentChanged.html#C1_WPF_Core_C1ScrollViewer_OnContentChanged_System_Object_System_Object_">OnContentChanged(object, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_OnCreateAutomationPeer" data-uid="C1.WPF.Core.C1ScrollViewer.OnCreateAutomationPeer">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.OnCreateAutomationPeer.html#C1_WPF_Core_C1ScrollViewer_OnCreateAutomationPeer">OnCreateAutomationPeer()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_OnMouseMove_System_Windows_Input_MouseEventArgs_" data-uid="C1.WPF.Core.C1ScrollViewer.OnMouseMove(System.Windows.Input.MouseEventArgs)">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.OnMouseMove.html#C1_WPF_Core_C1ScrollViewer_OnMouseMove_System_Windows_Input_MouseEventArgs_">OnMouseMove(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_OnRenderSizeChanged_System_Windows_SizeChangedInfo_" data-uid="C1.WPF.Core.C1ScrollViewer.OnRenderSizeChanged(System.Windows.SizeChangedInfo)">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.OnRenderSizeChanged.html#C1_WPF_Core_C1ScrollViewer_OnRenderSizeChanged_System_Windows_SizeChangedInfo_">OnRenderSizeChanged(SizeChangedInfo)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_OnToolTipShown_System_Windows_Controls_Primitives_ScrollBar_" data-uid="C1.WPF.Core.C1ScrollViewer.OnToolTipShown(System.Windows.Controls.Primitives.ScrollBar)">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.OnToolTipShown.html#C1_WPF_Core_C1ScrollViewer_OnToolTipShown_System_Windows_Controls_Primitives_ScrollBar_">OnToolTipShown(ScrollBar)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the ToolTipShown event, determining the appropriate tooltip position
based on user-defined input or scrollbar movement.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_OnViewChanged_C1_WPF_Core_C1ScrollViewerViewChangedEventArgs_" data-uid="C1.WPF.Core.C1ScrollViewer.OnViewChanged(C1.WPF.Core.C1ScrollViewerViewChangedEventArgs)">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.OnViewChanged.html#C1_WPF_Core_C1ScrollViewer_OnViewChanged_C1_WPF_Core_C1ScrollViewerViewChangedEventArgs_">OnViewChanged(C1ScrollViewerViewChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">ViewChanged</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_OnViewChanging_C1_WPF_Core_C1ScrollViewerViewChangingEventArgs_" data-uid="C1.WPF.Core.C1ScrollViewer.OnViewChanging(C1.WPF.Core.C1ScrollViewerViewChangingEventArgs)">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.OnViewChanging.html#C1_WPF_Core_C1ScrollViewer_OnViewChanging_C1_WPF_Core_C1ScrollViewerViewChangingEventArgs_">OnViewChanging(C1ScrollViewerViewChangingEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">ViewChanging</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_ScrollIntoView_System_Windows_Rect_System_Boolean_" data-uid="C1.WPF.Core.C1ScrollViewer.ScrollIntoView(System.Windows.Rect,System.Boolean)">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.ScrollIntoView.html#C1_WPF_Core_C1ScrollViewer_ScrollIntoView_System_Windows_Rect_System_Boolean_">ScrollIntoView(Rect, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the grid to bring a specified range into view.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_ToolTipShown" data-uid="C1.WPF.Core.C1ScrollViewer.ToolTipShown">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.ToolTipShown.html">ToolTipShown</a>
        </td>
        <td class="markdown level1 summary"><p>Define the ToolTipShown event</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_ViewChanged" data-uid="C1.WPF.Core.C1ScrollViewer.ViewChanged">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.ViewChanged.html">ViewChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when manipulations such as scrolling and zooming have caused the view to change.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_C1ScrollViewer_ViewChanging" data-uid="C1.WPF.Core.C1ScrollViewer.ViewChanging">
          <a class="xref" href="C1.WPF.Core.C1ScrollViewer.ViewChanging.html">ViewChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when manipulations such as scrolling and zooming cause the view to change.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
