# C1.WPF.ListView.ListViewPanel

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_ListView_ListViewPanel" data-uid="C1.WPF.ListView.ListViewPanel" class="text-break">ListViewPanel Class
</h1>
  <div class="markdown level0 summary"><p>Virtualizing stack panel which supports preview templates in order to scroll quickly.</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.panel">Panel</a></div>
    <div class="level5"><span class="xref">ListViewPanel</span></div>
      <div class="level6"><a class="xref" href="C1.WPF.ListView.TileListViewPanel.html">TileListViewPanel</a></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><span class="xref">IScrollViewerLargeScrolling</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.ListView.html">C1.WPF.ListView</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.ListView.dll</h6>
  <h5 id="C1_WPF_ListView_ListViewPanel_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ListViewPanel : Panel, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IScrollViewerLargeScrolling</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ListViewPanel
    Inherits Panel
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IScrollViewerLargeScrolling</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_ListView_ListViewPanel__ctor_C1_WPF_ListView_C1ListView_" data-uid="C1.WPF.ListView.ListViewPanel.#ctor(C1.WPF.ListView.C1ListView)">
          <a class="xref" href="C1.WPF.ListView.ListViewPanel.-ctor.html#C1_WPF_ListView_ListViewPanel__ctor_C1_WPF_ListView_C1ListView_">ListViewPanel(C1ListView)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.ListView.ListViewPanel.html">ListViewPanel</a> class.</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_ListView_ListViewPanel_ExtentHeight" data-uid="C1.WPF.ListView.ListViewPanel.ExtentHeight">
          <a class="xref" href="C1.WPF.ListView.ListViewPanel.ExtentHeight.html#C1_WPF_ListView_ListViewPanel_ExtentHeight">ExtentHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the desired height of the whole content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_ListViewPanel_ExtentWidth" data-uid="C1.WPF.ListView.ListViewPanel.ExtentWidth">
          <a class="xref" href="C1.WPF.ListView.ListViewPanel.ExtentWidth.html#C1_WPF_ListView_ListViewPanel_ExtentWidth">ExtentWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the desired width of the whole content.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_ListViewPanel_IsHorizontal" data-uid="C1.WPF.ListView.ListViewPanel.IsHorizontal">
          <a class="xref" href="C1.WPF.ListView.ListViewPanel.IsHorizontal.html#C1_WPF_ListView_ListViewPanel_IsHorizontal">IsHorizontal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the panel orientation is horizontal.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_ListViewPanel_Items" data-uid="C1.WPF.ListView.ListViewPanel.Items">
          <a class="xref" href="C1.WPF.ListView.ListViewPanel.Items.html#C1_WPF_ListView_ListViewPanel_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the items collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_ListViewPanel_Offset" data-uid="C1.WPF.ListView.ListViewPanel.Offset">
          <a class="xref" href="C1.WPF.ListView.ListViewPanel.Offset.html#C1_WPF_ListView_ListViewPanel_Offset">Offset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the layout offset used to avoid rendering elements with huge distances.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_ListViewPanel_Orientation" data-uid="C1.WPF.ListView.ListViewPanel.Orientation">
          <a class="xref" href="C1.WPF.ListView.ListViewPanel.Orientation.html#C1_WPF_ListView_ListViewPanel_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the panel orientation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_ListViewPanel_Owner" data-uid="C1.WPF.ListView.ListViewPanel.Owner">
          <a class="xref" href="C1.WPF.ListView.ListViewPanel.Owner.html#C1_WPF_ListView_ListViewPanel_Owner">Owner</a>
        </td>
        <td class="markdown level1 summary"><p>Gets sets the items control which is parent of this panel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_ListViewPanel_Padding" data-uid="C1.WPF.ListView.ListViewPanel.Padding">
          <a class="xref" href="C1.WPF.ListView.ListViewPanel.Padding.html#C1_WPF_ListView_ListViewPanel_Padding">Padding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the padding of the list of items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_ListViewPanel_VisibleRange" data-uid="C1.WPF.ListView.ListViewPanel.VisibleRange">
          <a class="xref" href="C1.WPF.ListView.ListViewPanel.VisibleRange.html#C1_WPF_ListView_ListViewPanel_VisibleRange">VisibleRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the visible range.</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_ListView_ListViewPanel_ArrangeOverride_System_Windows_Size_" data-uid="C1.WPF.ListView.ListViewPanel.ArrangeOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.ListView.ListViewPanel.ArrangeOverride.html#C1_WPF_ListView_ListViewPanel_ArrangeOverride_System_Windows_Size_">ArrangeOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_ListViewPanel_GetDesiredExtentHeight" data-uid="C1.WPF.ListView.ListViewPanel.GetDesiredExtentHeight">
          <a class="xref" href="C1.WPF.ListView.ListViewPanel.GetDesiredExtentHeight.html#C1_WPF_ListView_ListViewPanel_GetDesiredExtentHeight">GetDesiredExtentHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns desired extend height.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_ListViewPanel_GetDesiredExtentWidth" data-uid="C1.WPF.ListView.ListViewPanel.GetDesiredExtentWidth">
          <a class="xref" href="C1.WPF.ListView.ListViewPanel.GetDesiredExtentWidth.html#C1_WPF_ListView_ListViewPanel_GetDesiredExtentWidth">GetDesiredExtentWidth()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns desired extend width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_ListViewPanel_MeasureOverride_System_Windows_Size_" data-uid="C1.WPF.ListView.ListViewPanel.MeasureOverride(System.Windows.Size)">
          <a class="xref" href="C1.WPF.ListView.ListViewPanel.MeasureOverride.html#C1_WPF_ListView_ListViewPanel_MeasureOverride_System_Windows_Size_">MeasureOverride(Size)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
