# C1.WPF.ListView.C1ListView

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_ListView_C1ListView" data-uid="C1.WPF.ListView.C1ListView" class="text-break">C1ListView Class
</h1>
  <div class="markdown level0 summary"><p>List of items which can be used with heavy templates and preview template 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"><span class="xref">C1ListView</span></div>
      <div class="level2"><a class="xref" href="C1.WPF.ListView.C1TileListView.html">C1TileListView</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
    <div><span class="xref">IAutomationProperties</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_C1ListView_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;SelectAllStyle&quot;, StyleTargetType = typeof(C1CheckBox))]
[TemplatePart(Name = &quot;ScrollViewer&quot;, Type = typeof(C1ScrollViewer))]
[TemplatePart(Name = &quot;SelectAll&quot;, Type = typeof(C1CheckBox))]
public class C1ListView : C1ItemsControl, INotifyPropertyChanged, IAutomationProperties</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;SelectAllStyle&quot;, StyleTargetType:=GetType(C1CheckBox))&gt;
&lt;TemplatePart(Name:=&quot;ScrollViewer&quot;, Type:=GetType(C1ScrollViewer))&gt;
&lt;TemplatePart(Name:=&quot;SelectAll&quot;, Type:=GetType(C1CheckBox))&gt;
Public Class C1ListView
    Inherits C1ItemsControl
    Implements INotifyPropertyChanged, IAutomationProperties</code></pre>
  </div>
  <h5 id="C1_WPF_ListView_C1ListView_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This control supports data operations like sort, filter, grouping and on-demand loading.</p>
</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_C1ListView__ctor" data-uid="C1.WPF.ListView.C1ListView.#ctor">
          <a class="xref" href="C1.WPF.ListView.C1ListView.-ctor.html#C1_WPF_ListView_C1ListView__ctor">C1ListView()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.ListView.C1ListView.html">C1ListView</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_ListView_C1ListView_CanSelectAllProperty" data-uid="C1.WPF.ListView.C1ListView.CanSelectAllProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.CanSelectAllProperty.html">CanSelectAllProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.CanSelectAll.html#C1_WPF_ListView_C1ListView_CanSelectAll">CanSelectAll</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_CursorBorderBrushProperty" data-uid="C1.WPF.ListView.C1ListView.CursorBorderBrushProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.CursorBorderBrushProperty.html">CursorBorderBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.CursorBorderBrush.html#C1_WPF_ListView_C1ListView_CursorBorderBrush">CursorBorderBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_HorizontalScrollBarVisibilityProperty" data-uid="C1.WPF.ListView.C1ListView.HorizontalScrollBarVisibilityProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.HorizontalScrollBarVisibilityProperty.html">HorizontalScrollBarVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.HorizontalScrollBarVisibility.html#C1_WPF_ListView_C1ListView_HorizontalScrollBarVisibility">HorizontalScrollBarVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_IsSwipeEnabledProperty" data-uid="C1.WPF.ListView.C1ListView.IsSwipeEnabledProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.IsSwipeEnabledProperty.html">IsSwipeEnabledProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.IsSwipeEnabled.html#C1_WPF_ListView_C1ListView_IsSwipeEnabled">IsSwipeEnabled</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_ItemHeightProperty" data-uid="C1.WPF.ListView.C1ListView.ItemHeightProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.ItemHeightProperty.html">ItemHeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.ItemHeight.html#C1_WPF_ListView_C1ListView_ItemHeight">ItemHeight</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_ItemWidthProperty" data-uid="C1.WPF.ListView.C1ListView.ItemWidthProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.ItemWidthProperty.html">ItemWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.ItemWidth.html#C1_WPF_ListView_C1ListView_ItemWidth">ItemWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_MaxZoomProperty" data-uid="C1.WPF.ListView.C1ListView.MaxZoomProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.MaxZoomProperty.html">MaxZoomProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.MaxZoom.html#C1_WPF_ListView_C1ListView_MaxZoom">MaxZoom</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_MinZoomProperty" data-uid="C1.WPF.ListView.C1ListView.MinZoomProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.MinZoomProperty.html">MinZoomProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.MinZoom.html#C1_WPF_ListView_C1ListView_MinZoom">MinZoom</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_MouseOverBrushProperty" data-uid="C1.WPF.ListView.C1ListView.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.MouseOverBrush.html#C1_WPF_ListView_C1ListView_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_OrientationProperty" data-uid="C1.WPF.ListView.C1ListView.OrientationProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.OrientationProperty.html">OrientationProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.Orientation.html#C1_WPF_ListView_C1ListView_Orientation">Orientation</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_PreviewItemTemplateProperty" data-uid="C1.WPF.ListView.C1ListView.PreviewItemTemplateProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.PreviewItemTemplateProperty.html">PreviewItemTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.PreviewItemTemplate.html#C1_WPF_ListView_C1ListView_PreviewItemTemplate">PreviewItemTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_RefreshWhileScrollingProperty" data-uid="C1.WPF.ListView.C1ListView.RefreshWhileScrollingProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.RefreshWhileScrollingProperty.html">RefreshWhileScrollingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.RefreshWhileScrolling.html#C1_WPF_ListView_C1ListView_RefreshWhileScrolling">RefreshWhileScrolling</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_SelectAllCaptionProperty" data-uid="C1.WPF.ListView.C1ListView.SelectAllCaptionProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.SelectAllCaptionProperty.html">SelectAllCaptionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.SelectAllCaption.html#C1_WPF_ListView_C1ListView_SelectAllCaption">SelectAllCaption</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_SelectAllStyleProperty" data-uid="C1.WPF.ListView.C1ListView.SelectAllStyleProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.SelectAllStyleProperty.html">SelectAllStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.SelectAllStyle.html#C1_WPF_ListView_C1ListView_SelectAllStyle">SelectAllStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_SelectedBackgroundProperty" data-uid="C1.WPF.ListView.C1ListView.SelectedBackgroundProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.SelectedBackgroundProperty.html">SelectedBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.SelectedBackground.html#C1_WPF_ListView_C1ListView_SelectedBackground">SelectedBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_SelectedIndexProperty" data-uid="C1.WPF.ListView.C1ListView.SelectedIndexProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.SelectedIndexProperty.html">SelectedIndexProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.SelectedIndex.html#C1_WPF_ListView_C1ListView_SelectedIndex">SelectedIndex</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_SelectedItemProperty" data-uid="C1.WPF.ListView.C1ListView.SelectedItemProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.SelectedItemProperty.html">SelectedItemProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.SelectedItem.html#C1_WPF_ListView_C1ListView_SelectedItem">SelectedItem</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_SelectedItemsProperty" data-uid="C1.WPF.ListView.C1ListView.SelectedItemsProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.SelectedItemsProperty.html">SelectedItemsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.SelectedItems.html#C1_WPF_ListView_C1ListView_SelectedItems">SelectedItems</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_SelectionModeProperty" data-uid="C1.WPF.ListView.C1ListView.SelectionModeProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.SelectionModeProperty.html">SelectionModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.SelectionMode.html#C1_WPF_ListView_C1ListView_SelectionMode">SelectionMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_ShowCheckBoxesProperty" data-uid="C1.WPF.ListView.C1ListView.ShowCheckBoxesProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.ShowCheckBoxesProperty.html">ShowCheckBoxesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.ShowCheckBoxes.html#C1_WPF_ListView_C1ListView_ShowCheckBoxes">ShowCheckBoxes</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_ShowSelectAllProperty" data-uid="C1.WPF.ListView.C1ListView.ShowSelectAllProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.ShowSelectAllProperty.html">ShowSelectAllProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.ShowSelectAll.html#C1_WPF_ListView_C1ListView_ShowSelectAll">ShowSelectAll</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_UnSelectAllCaptionProperty" data-uid="C1.WPF.ListView.C1ListView.UnSelectAllCaptionProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.UnSelectAllCaptionProperty.html">UnSelectAllCaptionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.UnSelectAllCaption.html#C1_WPF_ListView_C1ListView_UnSelectAllCaption">UnSelectAllCaption</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_VerticalScrollBarVisibilityProperty" data-uid="C1.WPF.ListView.C1ListView.VerticalScrollBarVisibilityProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.VerticalScrollBarVisibilityProperty.html">VerticalScrollBarVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.VerticalScrollBarVisibility.html#C1_WPF_ListView_C1ListView_VerticalScrollBarVisibility">VerticalScrollBarVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_ZoomModeProperty" data-uid="C1.WPF.ListView.C1ListView.ZoomModeProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.ZoomModeProperty.html">ZoomModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.ZoomMode.html#C1_WPF_ListView_C1ListView_ZoomMode">ZoomMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_ZoomProperty" data-uid="C1.WPF.ListView.C1ListView.ZoomProperty">
          <a class="xref" href="C1.WPF.ListView.C1ListView.ZoomProperty.html">ZoomProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.ListView.C1ListView.Zoom.html#C1_WPF_ListView_C1ListView_Zoom">Zoom</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_ListView_C1ListView_ActualMaxZoom" data-uid="C1.WPF.ListView.C1ListView.ActualMaxZoom">
          <a class="xref" href="C1.WPF.ListView.C1ListView.ActualMaxZoom.html#C1_WPF_ListView_C1ListView_ActualMaxZoom">ActualMaxZoom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual maximum zoom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_ActualMinZoom" data-uid="C1.WPF.ListView.C1ListView.ActualMinZoom">
          <a class="xref" href="C1.WPF.ListView.C1ListView.ActualMinZoom.html#C1_WPF_ListView_C1ListView_ActualMinZoom">ActualMinZoom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual minimum zoom.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_AutomationEnabled" data-uid="C1.WPF.ListView.C1ListView.AutomationEnabled">
          <a class="xref" href="C1.WPF.ListView.C1ListView.AutomationEnabled.html#C1_WPF_ListView_C1ListView_AutomationEnabled">AutomationEnabled</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_CanSelectAll" data-uid="C1.WPF.ListView.C1ListView.CanSelectAll">
          <a class="xref" href="C1.WPF.ListView.C1ListView.CanSelectAll.html#C1_WPF_ListView_C1ListView_CanSelectAll">CanSelectAll</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the final user can select all items in Multiple or Extended selection modes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_CursorBorderBrush" data-uid="C1.WPF.ListView.C1ListView.CursorBorderBrush">
          <a class="xref" href="C1.WPF.ListView.C1ListView.CursorBorderBrush.html#C1_WPF_ListView_C1ListView_CursorBorderBrush">CursorBorderBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the border of the item used as cursor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_DataCollection" data-uid="C1.WPF.ListView.C1ListView.DataCollection">
          <a class="xref" href="C1.WPF.ListView.C1ListView.DataCollection.html#C1_WPF_ListView_C1ListView_DataCollection">DataCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the underlying collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_HorizontalOffset" data-uid="C1.WPF.ListView.C1ListView.HorizontalOffset">
          <a class="xref" href="C1.WPF.ListView.C1ListView.HorizontalOffset.html#C1_WPF_ListView_C1ListView_HorizontalOffset">HorizontalOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets how much the content is scrolled horizontally.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_HorizontalScrollBarVisibility" data-uid="C1.WPF.ListView.C1ListView.HorizontalScrollBarVisibility">
          <a class="xref" href="C1.WPF.ListView.C1ListView.HorizontalScrollBarVisibility.html#C1_WPF_ListView_C1ListView_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_ListView_C1ListView_IsScrolling" data-uid="C1.WPF.ListView.C1ListView.IsScrolling">
          <a class="xref" href="C1.WPF.ListView.C1ListView.IsScrolling.html#C1_WPF_ListView_C1ListView_IsScrolling">IsScrolling</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the list is scrolling.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_IsSwipeEnabled" data-uid="C1.WPF.ListView.C1ListView.IsSwipeEnabled">
          <a class="xref" href="C1.WPF.ListView.C1ListView.IsSwipeEnabled.html#C1_WPF_ListView_C1ListView_IsSwipeEnabled">IsSwipeEnabled</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the view supports discrete input processing for a swipe interaction.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_IsZooming" data-uid="C1.WPF.ListView.C1ListView.IsZooming">
          <a class="xref" href="C1.WPF.ListView.C1ListView.IsZooming.html#C1_WPF_ListView_C1ListView_IsZooming">IsZooming</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this list is zooming.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_ItemHeight" data-uid="C1.WPF.ListView.C1ListView.ItemHeight">
          <a class="xref" href="C1.WPF.ListView.C1ListView.ItemHeight.html#C1_WPF_ListView_C1ListView_ItemHeight">ItemHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of each item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_ItemWidth" data-uid="C1.WPF.ListView.C1ListView.ItemWidth">
          <a class="xref" href="C1.WPF.ListView.C1ListView.ItemWidth.html#C1_WPF_ListView_C1ListView_ItemWidth">ItemWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of each item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_Items" data-uid="C1.WPF.ListView.C1ListView.Items">
          <a class="xref" href="C1.WPF.ListView.C1ListView.Items.html#C1_WPF_ListView_C1ListView_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of list view items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_MaxZoom" data-uid="C1.WPF.ListView.C1ListView.MaxZoom">
          <a class="xref" href="C1.WPF.ListView.C1ListView.MaxZoom.html#C1_WPF_ListView_C1ListView_MaxZoom">MaxZoom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum zoom available.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_MinZoom" data-uid="C1.WPF.ListView.C1ListView.MinZoom">
          <a class="xref" href="C1.WPF.ListView.C1ListView.MinZoom.html#C1_WPF_ListView_C1ListView_MinZoom">MinZoom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum zoom available.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_MouseOverBrush" data-uid="C1.WPF.ListView.C1ListView.MouseOverBrush">
          <a class="xref" href="C1.WPF.ListView.C1ListView.MouseOverBrush.html#C1_WPF_ListView_C1ListView_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the control when it has the mouse over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_Orientation" data-uid="C1.WPF.ListView.C1ListView.Orientation">
          <a class="xref" href="C1.WPF.ListView.C1ListView.Orientation.html#C1_WPF_ListView_C1ListView_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the orientation in which the list is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_PreviewItemTemplate" data-uid="C1.WPF.ListView.C1ListView.PreviewItemTemplate">
          <a class="xref" href="C1.WPF.ListView.C1ListView.PreviewItemTemplate.html#C1_WPF_ListView_C1ListView_PreviewItemTemplate">PreviewItemTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template used for previewing an item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_RefreshWhileScrolling" data-uid="C1.WPF.ListView.C1ListView.RefreshWhileScrolling">
          <a class="xref" href="C1.WPF.ListView.C1ListView.RefreshWhileScrolling.html#C1_WPF_ListView_C1ListView_RefreshWhileScrolling">RefreshWhileScrolling</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the viewport must be refreshed while the scroll is running.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_ScrollViewer" data-uid="C1.WPF.ListView.C1ListView.ScrollViewer">
          <a class="xref" href="C1.WPF.ListView.C1ListView.ScrollViewer.html#C1_WPF_ListView_C1ListView_ScrollViewer">ScrollViewer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the scroll viewer template part belonging to this items control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_SelectAllCaption" data-uid="C1.WPF.ListView.C1ListView.SelectAllCaption">
          <a class="xref" href="C1.WPF.ListView.C1ListView.SelectAllCaption.html#C1_WPF_ListView_C1ListView_SelectAllCaption">SelectAllCaption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the caption for checkbox when execute SelectAll.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_SelectAllStyle" data-uid="C1.WPF.ListView.C1ListView.SelectAllStyle">
          <a class="xref" href="C1.WPF.ListView.C1ListView.SelectAllStyle.html#C1_WPF_ListView_C1ListView_SelectAllStyle">SelectAllStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a style used for Select All CheckBox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_SelectedBackground" data-uid="C1.WPF.ListView.C1ListView.SelectedBackground">
          <a class="xref" href="C1.WPF.ListView.C1ListView.SelectedBackground.html#C1_WPF_ListView_C1ListView_SelectedBackground">SelectedBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the control when it is selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_SelectedIndex" data-uid="C1.WPF.ListView.C1ListView.SelectedIndex">
          <a class="xref" href="C1.WPF.ListView.C1ListView.SelectedIndex.html#C1_WPF_ListView_C1ListView_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the current selected index or returns -1 if there is no selection, or the selection doesn't belong to the Items collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_SelectedItem" data-uid="C1.WPF.ListView.C1ListView.SelectedItem">
          <a class="xref" href="C1.WPF.ListView.C1ListView.SelectedItem.html#C1_WPF_ListView_C1ListView_SelectedItem">SelectedItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the item which is selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_SelectedItems" data-uid="C1.WPF.ListView.C1ListView.SelectedItems">
          <a class="xref" href="C1.WPF.ListView.C1ListView.SelectedItems.html#C1_WPF_ListView_C1ListView_SelectedItems">SelectedItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the list of items which are selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_Selection" data-uid="C1.WPF.ListView.C1ListView.Selection">
          <a class="xref" href="C1.WPF.ListView.C1ListView.Selection.html#C1_WPF_ListView_C1ListView_Selection">Selection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the current selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_SelectionMode" data-uid="C1.WPF.ListView.C1ListView.SelectionMode">
          <a class="xref" href="C1.WPF.ListView.C1ListView.SelectionMode.html#C1_WPF_ListView_C1ListView_SelectionMode">SelectionMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selection behavior. The default is single selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_ShowCheckBoxes" data-uid="C1.WPF.ListView.C1ListView.ShowCheckBoxes">
          <a class="xref" href="C1.WPF.ListView.C1ListView.ShowCheckBoxes.html#C1_WPF_ListView_C1ListView_ShowCheckBoxes">ShowCheckBoxes</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether control should show checkboxes for each item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_ShowSelectAll" data-uid="C1.WPF.ListView.C1ListView.ShowSelectAll">
          <a class="xref" href="C1.WPF.ListView.C1ListView.ShowSelectAll.html#C1_WPF_ListView_C1ListView_ShowSelectAll">ShowSelectAll</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether control should show 'Select All' checkbox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_UnSelectAllCaption" data-uid="C1.WPF.ListView.C1ListView.UnSelectAllCaption">
          <a class="xref" href="C1.WPF.ListView.C1ListView.UnSelectAllCaption.html#C1_WPF_ListView_C1ListView_UnSelectAllCaption">UnSelectAllCaption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the caption for checkbox when execute UnSelectAll.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_VerticalOffset" data-uid="C1.WPF.ListView.C1ListView.VerticalOffset">
          <a class="xref" href="C1.WPF.ListView.C1ListView.VerticalOffset.html#C1_WPF_ListView_C1ListView_VerticalOffset">VerticalOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets how much the content is scrolled vertically.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_VerticalScrollBarVisibility" data-uid="C1.WPF.ListView.C1ListView.VerticalScrollBarVisibility">
          <a class="xref" href="C1.WPF.ListView.C1ListView.VerticalScrollBarVisibility.html#C1_WPF_ListView_C1ListView_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_ListView_C1ListView_VisibleRange" data-uid="C1.WPF.ListView.C1ListView.VisibleRange">
          <a class="xref" href="C1.WPF.ListView.C1ListView.VisibleRange.html#C1_WPF_ListView_C1ListView_VisibleRange">VisibleRange</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the visible range.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_Zoom" data-uid="C1.WPF.ListView.C1ListView.Zoom">
          <a class="xref" href="C1.WPF.ListView.C1ListView.Zoom.html#C1_WPF_ListView_C1ListView_Zoom">Zoom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the zoom applied to this list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_ZoomMode" data-uid="C1.WPF.ListView.C1ListView.ZoomMode">
          <a class="xref" href="C1.WPF.ListView.C1ListView.ZoomMode.html#C1_WPF_ListView_C1ListView_ZoomMode">ZoomMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the zoom is enabled or disabled.</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_C1ListView_BringIndexIntoView_System_Int32_System_Nullable_System_Windows_Rect__System_Boolean_System_Boolean_" data-uid="C1.WPF.ListView.C1ListView.BringIndexIntoView(System.Int32,System.Nullable{System.Windows.Rect},System.Boolean,System.Boolean)">
          <a class="xref" href="C1.WPF.ListView.C1ListView.BringIndexIntoView.html#C1_WPF_ListView_C1ListView_BringIndexIntoView_System_Int32_System_Nullable_System_Windows_Rect__System_Boolean_System_Boolean_">BringIndexIntoView(int, Rect?, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Brings the specified index into view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_BringIntoView_System_Windows_Rect_System_Boolean_System_Boolean_" data-uid="C1.WPF.ListView.C1ListView.BringIntoView(System.Windows.Rect,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.WPF.ListView.C1ListView.BringIntoView.html#C1_WPF_ListView_C1ListView_BringIntoView_System_Windows_Rect_System_Boolean_System_Boolean_">BringIntoView(Rect, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Brings the specified rectangle area into the view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_ClearSelection" data-uid="C1.WPF.ListView.C1ListView.ClearSelection">
          <a class="xref" href="C1.WPF.ListView.C1ListView.ClearSelection.html#C1_WPF_ListView_C1ListView_ClearSelection">ClearSelection()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_Dispose_System_Boolean_" data-uid="C1.WPF.ListView.C1ListView.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.ListView.C1ListView.Dispose.html#C1_WPF_ListView_C1ListView_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_GetPanel" data-uid="C1.WPF.ListView.C1ListView.GetPanel">
          <a class="xref" href="C1.WPF.ListView.C1ListView.GetPanel.html#C1_WPF_ListView_C1ListView_GetPanel">GetPanel()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a ListViewPanel object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_InitializePanel" data-uid="C1.WPF.ListView.C1ListView.InitializePanel">
          <a class="xref" href="C1.WPF.ListView.C1ListView.InitializePanel.html#C1_WPF_ListView_C1ListView_InitializePanel">InitializePanel()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the panel the first time it is loaded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_IsKeyboardNavigation_System_Windows_Input_Key_" data-uid="C1.WPF.ListView.C1ListView.IsKeyboardNavigation(System.Windows.Input.Key)">
          <a class="xref" href="C1.WPF.ListView.C1ListView.IsKeyboardNavigation.html#C1_WPF_ListView_C1ListView_IsKeyboardNavigation_System_Windows_Input_Key_">IsKeyboardNavigation(Key)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks whether control uses specified key for navigation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_OnApplyTemplate" data-uid="C1.WPF.ListView.C1ListView.OnApplyTemplate">
          <a class="xref" href="C1.WPF.ListView.C1ListView.OnApplyTemplate.html#C1_WPF_ListView_C1ListView_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_OnCreateAutomationPeer" data-uid="C1.WPF.ListView.C1ListView.OnCreateAutomationPeer">
          <a class="xref" href="C1.WPF.ListView.C1ListView.OnCreateAutomationPeer.html#C1_WPF_ListView_C1ListView_OnCreateAutomationPeer">OnCreateAutomationPeer()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_OnGotFocus_System_Windows_RoutedEventArgs_" data-uid="C1.WPF.ListView.C1ListView.OnGotFocus(System.Windows.RoutedEventArgs)">
          <a class="xref" href="C1.WPF.ListView.C1ListView.OnGotFocus.html#C1_WPF_ListView_C1ListView_OnGotFocus_System_Windows_RoutedEventArgs_">OnGotFocus(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>OnGotFocus</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_OnItemHolding_System_Object_C1_WPF_Core_C1TappedEventArgs_" data-uid="C1.WPF.ListView.C1ListView.OnItemHolding(System.Object,C1.WPF.Core.C1TappedEventArgs)">
          <a class="xref" href="C1.WPF.ListView.C1ListView.OnItemHolding.html#C1_WPF_ListView_C1ListView_OnItemHolding_System_Object_C1_WPF_Core_C1TappedEventArgs_">OnItemHolding(object, C1TappedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when one of the items receive the Hold event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_OnItemTapped_C1_WPF_ListView_ListViewItemView_C1_WPF_Core_C1TappedEventArgs_" data-uid="C1.WPF.ListView.C1ListView.OnItemTapped(C1.WPF.ListView.ListViewItemView,C1.WPF.Core.C1TappedEventArgs)">
          <a class="xref" href="C1.WPF.ListView.C1ListView.OnItemTapped.html#C1_WPF_ListView_C1ListView_OnItemTapped_C1_WPF_ListView_ListViewItemView_C1_WPF_Core_C1TappedEventArgs_">OnItemTapped(ListViewItemView, C1TappedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when one of the items is tapped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_OnItemTemplateChanged_System_Windows_DataTemplate_System_Windows_DataTemplate_" data-uid="C1.WPF.ListView.C1ListView.OnItemTemplateChanged(System.Windows.DataTemplate,System.Windows.DataTemplate)">
          <a class="xref" href="C1.WPF.ListView.C1ListView.OnItemTemplateChanged.html#C1_WPF_ListView_C1ListView_OnItemTemplateChanged_System_Windows_DataTemplate_System_Windows_DataTemplate_">OnItemTemplateChanged(DataTemplate, DataTemplate)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_OnItemsSourceChangedProtected_System_Collections_IEnumerable_System_Collections_IEnumerable_" data-uid="C1.WPF.ListView.C1ListView.OnItemsSourceChangedProtected(System.Collections.IEnumerable,System.Collections.IEnumerable)">
          <a class="xref" href="C1.WPF.ListView.C1ListView.OnItemsSourceChangedProtected.html#C1_WPF_ListView_C1ListView_OnItemsSourceChangedProtected_System_Collections_IEnumerable_System_Collections_IEnumerable_">OnItemsSourceChangedProtected(IEnumerable, IEnumerable)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_OnLostFocus_System_Windows_RoutedEventArgs_" data-uid="C1.WPF.ListView.C1ListView.OnLostFocus(System.Windows.RoutedEventArgs)">
          <a class="xref" href="C1.WPF.ListView.C1ListView.OnLostFocus.html#C1_WPF_ListView_C1ListView_OnLostFocus_System_Windows_RoutedEventArgs_">OnLostFocus(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>OnLostFocus</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_OnPreviewKeyDown_System_Windows_Input_KeyEventArgs_" data-uid="C1.WPF.ListView.C1ListView.OnPreviewKeyDown(System.Windows.Input.KeyEventArgs)">
          <a class="xref" href="C1.WPF.ListView.C1ListView.OnPreviewKeyDown.html#C1_WPF_ListView_C1ListView_OnPreviewKeyDown_System_Windows_Input_KeyEventArgs_">OnPreviewKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>OnPreviewKeyDown</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_OnPreviewKeyUp_System_Windows_Input_KeyEventArgs_" data-uid="C1.WPF.ListView.C1ListView.OnPreviewKeyUp(System.Windows.Input.KeyEventArgs)">
          <a class="xref" href="C1.WPF.ListView.C1ListView.OnPreviewKeyUp.html#C1_WPF_ListView_C1ListView_OnPreviewKeyUp_System_Windows_Input_KeyEventArgs_">OnPreviewKeyUp(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_OnPropertyChanged_System_String_" data-uid="C1.WPF.ListView.C1ListView.OnPropertyChanged(System.String)">
          <a class="xref" href="C1.WPF.ListView.C1ListView.OnPropertyChanged.html#C1_WPF_ListView_C1ListView_OnPropertyChanged_System_String_">OnPropertyChanged(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the property changed event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.ListView.C1ListView.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.ListView.C1ListView.OnPropertyChanged.html#C1_WPF_ListView_C1ListView_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnPropertyChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>OnPropertyChanged</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_OnSelectionChanged_System_Object_C1_WPF_Core_SelectionChangedEventArgs_System_Int32__" data-uid="C1.WPF.ListView.C1ListView.OnSelectionChanged(System.Object,C1.WPF.Core.SelectionChangedEventArgs{System.Int32})">
          <a class="xref" href="C1.WPF.ListView.C1ListView.OnSelectionChanged.html#C1_WPF_ListView_C1ListView_OnSelectionChanged_System_Object_C1_WPF_Core_SelectionChangedEventArgs_System_Int32__">OnSelectionChanged(object, SelectionChangedEventArgs&lt;int&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the selection changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_OnSelectionChanging_System_Object_C1_WPF_Core_SelectionChangedEventArgs_System_Int32__" data-uid="C1.WPF.ListView.C1ListView.OnSelectionChanging(System.Object,C1.WPF.Core.SelectionChangedEventArgs{System.Int32})">
          <a class="xref" href="C1.WPF.ListView.C1ListView.OnSelectionChanging.html#C1_WPF_ListView_C1ListView_OnSelectionChanging_System_Object_C1_WPF_Core_SelectionChangedEventArgs_System_Int32__">OnSelectionChanging(object, SelectionChangedEventArgs&lt;int&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the selection changing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_Refresh_System_Int32_" data-uid="C1.WPF.ListView.C1ListView.Refresh(System.Int32)">
          <a class="xref" href="C1.WPF.ListView.C1ListView.Refresh.html#C1_WPF_ListView_C1ListView_Refresh_System_Int32_">Refresh(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Refreshes the specified item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_ScrollToHorizontalOffset_System_Double_" data-uid="C1.WPF.ListView.C1ListView.ScrollToHorizontalOffset(System.Double)">
          <a class="xref" href="C1.WPF.ListView.C1ListView.ScrollToHorizontalOffset.html#C1_WPF_ListView_C1ListView_ScrollToHorizontalOffset_System_Double_">ScrollToHorizontalOffset(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the content to the specified horizontal offset position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_ScrollToVerticalOffset_System_Double_" data-uid="C1.WPF.ListView.C1ListView.ScrollToVerticalOffset(System.Double)">
          <a class="xref" href="C1.WPF.ListView.C1ListView.ScrollToVerticalOffset.html#C1_WPF_ListView_C1ListView_ScrollToVerticalOffset_System_Double_">ScrollToVerticalOffset(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the content to the specified vertical offset position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_Select_C1_WPF_Core_C1OrderedSet_" data-uid="C1.WPF.ListView.C1ListView.Select(C1.WPF.Core.C1OrderedSet)">
          <a class="xref" href="C1.WPF.ListView.C1ListView.Select.html#C1_WPF_ListView_C1ListView_Select_C1_WPF_Core_C1OrderedSet_">Select(C1OrderedSet)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects the specified indexes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_Select_C1_WPF_Core_IOrderedSet_System_Int32__" data-uid="C1.WPF.ListView.C1ListView.Select(C1.WPF.Core.IOrderedSet{System.Int32})">
          <a class="xref" href="C1.WPF.ListView.C1ListView.Select.html#C1_WPF_ListView_C1ListView_Select_C1_WPF_Core_IOrderedSet_System_Int32__">Select(IOrderedSet&lt;int&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects the specified indexes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_SelectAll" data-uid="C1.WPF.ListView.C1ListView.SelectAll">
          <a class="xref" href="C1.WPF.ListView.C1ListView.SelectAll.html#C1_WPF_ListView_C1ListView_SelectAll">SelectAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Select all items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_UnselectAll" data-uid="C1.WPF.ListView.C1ListView.UnselectAll">
          <a class="xref" href="C1.WPF.ListView.C1ListView.UnselectAll.html#C1_WPF_ListView_C1ListView_UnselectAll">UnselectAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Unselect all items and update checkbox.</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_ListView_C1ListView_HorizontalOffsetChanged" data-uid="C1.WPF.ListView.C1ListView.HorizontalOffsetChanged">
          <a class="xref" href="C1.WPF.ListView.C1ListView.HorizontalOffsetChanged.html">HorizontalOffsetChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when horizontal offset changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_ItemContainerLoaded" data-uid="C1.WPF.ListView.C1ListView.ItemContainerLoaded">
          <a class="xref" href="C1.WPF.ListView.C1ListView.ItemContainerLoaded.html">ItemContainerLoaded</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after an item container was loaded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_ItemContainerUnloading" data-uid="C1.WPF.ListView.C1ListView.ItemContainerUnloading">
          <a class="xref" href="C1.WPF.ListView.C1ListView.ItemContainerUnloading.html">ItemContainerUnloading</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before an item container was unloaded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_ItemHolding" data-uid="C1.WPF.ListView.C1ListView.ItemHolding">
          <a class="xref" href="C1.WPF.ListView.C1ListView.ItemHolding.html">ItemHolding</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an item held.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_ItemTapped" data-uid="C1.WPF.ListView.C1ListView.ItemTapped">
          <a class="xref" href="C1.WPF.ListView.C1ListView.ItemTapped.html">ItemTapped</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an item is tapped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_ItemTapping" data-uid="C1.WPF.ListView.C1ListView.ItemTapping">
          <a class="xref" href="C1.WPF.ListView.C1ListView.ItemTapping.html">ItemTapping</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when an item is being tapped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_PropertyChanged" data-uid="C1.WPF.ListView.C1ListView.PropertyChanged">
          <a class="xref" href="C1.WPF.ListView.C1ListView.PropertyChanged.html">PropertyChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property value changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_SelectionChanged" data-uid="C1.WPF.ListView.C1ListView.SelectionChanged">
          <a class="xref" href="C1.WPF.ListView.C1ListView.SelectionChanged.html">SelectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the selection changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_SelectionChanging" data-uid="C1.WPF.ListView.C1ListView.SelectionChanging">
          <a class="xref" href="C1.WPF.ListView.C1ListView.SelectionChanging.html">SelectionChanging</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the selection is changing.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_VerticalOffsetChanged" data-uid="C1.WPF.ListView.C1ListView.VerticalOffsetChanged">
          <a class="xref" href="C1.WPF.ListView.C1ListView.VerticalOffsetChanged.html">VerticalOffsetChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the vertical offset changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_ListView_C1ListView_ZoomChanged" data-uid="C1.WPF.ListView.C1ListView.ZoomChanged">
          <a class="xref" href="C1.WPF.ListView.C1ListView.ZoomChanged.html">ZoomChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the zoom changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
