# C1.WPF.Core.IScrollViewerLargeScrolling

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Core_IScrollViewerLargeScrolling" data-uid="C1.WPF.Core.IScrollViewerLargeScrolling" class="text-break">IScrollViewerLargeScrolling Interface
</h1>
  <div class="markdown level0 summary"><p>This interface is designed to be used in custom panels that support large dimensions.</p>
</div>
  <div class="markdown level0 conceptual"></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_IScrollViewerLargeScrolling_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IScrollViewerLargeScrolling</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IScrollViewerLargeScrolling</code></pre>
  </div>
  <h5 id="C1_WPF_Core_IScrollViewerLargeScrolling_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>When this interface is implemented, <a class="xref" href="C1.WPF.Core.C1ScrollViewer.html">C1ScrollViewer</a> will account for the invisible area
and set <span class="xref">Offset</span> property in the custom panel, the panel must take this position and
lay out its children relatively from it. This way the position of its elements will be closer to zero
and will avoid rendering issues with large positions.</p>
</div>
  <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_IScrollViewerLargeScrolling_ExtentHeight" data-uid="C1.WPF.Core.IScrollViewerLargeScrolling.ExtentHeight">
          <a class="xref" href="C1.WPF.Core.IScrollViewerLargeScrolling.ExtentHeight.html#C1_WPF_Core_IScrollViewerLargeScrolling_ExtentHeight">ExtentHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height of the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_IScrollViewerLargeScrolling_ExtentWidth" data-uid="C1.WPF.Core.IScrollViewerLargeScrolling.ExtentWidth">
          <a class="xref" href="C1.WPF.Core.IScrollViewerLargeScrolling.ExtentWidth.html#C1_WPF_Core_IScrollViewerLargeScrolling_ExtentWidth">ExtentWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the width of the element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Core_IScrollViewerLargeScrolling_Offset" data-uid="C1.WPF.Core.IScrollViewerLargeScrolling.Offset">
          <a class="xref" href="C1.WPF.Core.IScrollViewerLargeScrolling.Offset.html#C1_WPF_Core_IScrollViewerLargeScrolling_Offset">Offset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how much the <a class="xref" href="C1.WPF.Core.C1ScrollViewer.html">C1ScrollViewer</a> displaced the element.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
