# C1.Blazor.ListView.C1ListView-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Blazor_ListView_C1ListView_1" data-uid="C1.Blazor.ListView.C1ListView`1" class="text-break">C1ListView&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>The ListView controls display a virtualized list of items.</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/microsoft.aspnetcore.components.componentbase">ComponentBase</a></div>
    <div class="level2"><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1View.html">C1View</a></div>
    <div class="level3"><span class="xref">C1ListView&lt;T&gt;</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleafterrender">IHandleAfterRender</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/microsoft.aspnetcore.components.ihandleevent">IHandleEvent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.IDependencyObject.html">IDependencyObject</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Blazor.ListView.html">C1.Blazor.ListView</a></h6>
  <h6><strong>Assembly</strong>: C1.Blazor.ListView.dll</h6>
  <h5 id="C1_Blazor_ListView_C1ListView_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1ListView&lt;T&gt; : C1View, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1ListView(Of T)
    Inherits C1View
    Implements IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td><p>The type of the items</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Blazor_ListView_C1ListView_1__ctor" data-uid="C1.Blazor.ListView.C1ListView`1.#ctor">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.-ctor.html#C1_Blazor_ListView_C1ListView_1__ctor">C1ListView()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Blazor.ListView.C1ListView-1.html">C1ListView&lt;T&gt;</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_Blazor_ListView_C1ListView_1_AlternatingItemBackgroundColorProperty" data-uid="C1.Blazor.ListView.C1ListView`1.AlternatingItemBackgroundColorProperty">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.AlternatingItemBackgroundColorProperty.html">AlternatingItemBackgroundColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.ListView.C1ListView-1.AlternatingItemBackgroundColor.html#C1_Blazor_ListView_C1ListView_1_AlternatingItemBackgroundColor">AlternatingItemBackgroundColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_AlternatingItemTextColorProperty" data-uid="C1.Blazor.ListView.C1ListView`1.AlternatingItemTextColorProperty">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.AlternatingItemTextColorProperty.html">AlternatingItemTextColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.ListView.C1ListView-1.AlternatingItemTextColor.html#C1_Blazor_ListView_C1ListView_1_AlternatingItemTextColor">AlternatingItemTextColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_GroupBackgroundColorProperty" data-uid="C1.Blazor.ListView.C1ListView`1.GroupBackgroundColorProperty">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.GroupBackgroundColorProperty.html">GroupBackgroundColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.ListView.C1ListView-1.GroupBackgroundColor.html#C1_Blazor_ListView_C1ListView_1_GroupBackgroundColor">GroupBackgroundColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_GroupTextColorProperty" data-uid="C1.Blazor.ListView.C1ListView`1.GroupTextColorProperty">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.GroupTextColorProperty.html">GroupTextColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.ListView.C1ListView-1.GroupTextColor.html#C1_Blazor_ListView_C1ListView_1_GroupTextColor">GroupTextColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_ItemBackgroundColorProperty" data-uid="C1.Blazor.ListView.C1ListView`1.ItemBackgroundColorProperty">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ItemBackgroundColorProperty.html">ItemBackgroundColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ItemBackgroundColor.html#C1_Blazor_ListView_C1ListView_1_ItemBackgroundColor">ItemBackgroundColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_ItemTextColorProperty" data-uid="C1.Blazor.ListView.C1ListView`1.ItemTextColorProperty">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ItemTextColorProperty.html">ItemTextColorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ItemTextColor.html#C1_Blazor_ListView_C1ListView_1_ItemTextColor">ItemTextColor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_ItemsSourceProperty" data-uid="C1.Blazor.ListView.C1ListView`1.ItemsSourceProperty">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ItemsSourceProperty.html">ItemsSourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ItemsSource.html#C1_Blazor_ListView_C1ListView_1_ItemsSource">ItemsSource</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_ScrollBarVisibilityProperty" data-uid="C1.Blazor.ListView.C1ListView`1.ScrollBarVisibilityProperty">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ScrollBarVisibilityProperty.html">ScrollBarVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ScrollBarVisibility.html#C1_Blazor_ListView_C1ListView_1_ScrollBarVisibility">ScrollBarVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_SelectionModeProperty" data-uid="C1.Blazor.ListView.C1ListView`1.SelectionModeProperty">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.SelectionModeProperty.html">SelectionModeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.ListView.C1ListView-1.SelectionMode.html#C1_Blazor_ListView_C1ListView_1_SelectionMode">SelectionMode</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_SelectionProperty" data-uid="C1.Blazor.ListView.C1ListView`1.SelectionProperty">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.SelectionProperty.html">SelectionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.ListView.C1ListView-1.Selection.html#C1_Blazor_ListView_C1ListView_1_Selection">Selection</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_SelectionStyleProperty" data-uid="C1.Blazor.ListView.C1ListView`1.SelectionStyleProperty">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.SelectionStyleProperty.html">SelectionStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.ListView.C1ListView-1.SelectionStyle.html#C1_Blazor_ListView_C1ListView_1_SelectionStyle">SelectionStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_SeparatorWidthProperty" data-uid="C1.Blazor.ListView.C1ListView`1.SeparatorWidthProperty">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.SeparatorWidthProperty.html">SeparatorWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.ListView.C1ListView-1.SeparatorWidth.html#C1_Blazor_ListView_C1ListView_1_SeparatorWidth">SeparatorWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_ShowCheckboxesProperty" data-uid="C1.Blazor.ListView.C1ListView`1.ShowCheckboxesProperty">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ShowCheckboxesProperty.html">ShowCheckboxesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ShowCheckboxes.html#C1_Blazor_ListView_C1ListView_1_ShowCheckboxes">ShowCheckboxes</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_Blazor_ListView_C1ListView_1_AdditionalAttributes" data-uid="C1.Blazor.ListView.C1ListView`1.AdditionalAttributes">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.AdditionalAttributes.html#C1_Blazor_ListView_C1ListView_1_AdditionalAttributes">AdditionalAttributes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a collection of additional attributes that will be applied to the created element.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_AlternatingItemBackgroundColor" data-uid="C1.Blazor.ListView.C1ListView`1.AlternatingItemBackgroundColor">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.AlternatingItemBackgroundColor.html#C1_Blazor_ListView_C1ListView_1_AlternatingItemBackgroundColor">AlternatingItemBackgroundColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1Color.html">C1Color</a> that is used to paint the background of the odd items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_AlternatingItemTextColor" data-uid="C1.Blazor.ListView.C1ListView`1.AlternatingItemTextColor">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.AlternatingItemTextColor.html#C1_Blazor_ListView_C1ListView_1_AlternatingItemTextColor">AlternatingItemTextColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1Color.html">C1Color</a> of the odd items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_DataCollection" data-uid="C1.Blazor.ListView.C1ListView`1.DataCollection">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.DataCollection.html#C1_Blazor_ListView_C1ListView_1_DataCollection">DataCollection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the underlying collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_DisplayMemberPath" data-uid="C1.Blazor.ListView.C1ListView`1.DisplayMemberPath">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.DisplayMemberPath.html#C1_Blazor_ListView_C1ListView_1_DisplayMemberPath">DisplayMemberPath</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the property name or path of the item that will be used to extract the text that will be displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_GroupBackgroundColor" data-uid="C1.Blazor.ListView.C1ListView`1.GroupBackgroundColor">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.GroupBackgroundColor.html#C1_Blazor_ListView_C1ListView_1_GroupBackgroundColor">GroupBackgroundColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1Color.html">C1Color</a> that is used to paint the background of the groups.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_GroupTemplate" data-uid="C1.Blazor.ListView.C1ListView`1.GroupTemplate">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.GroupTemplate.html#C1_Blazor_ListView_C1ListView_1_GroupTemplate">GroupTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template used to display groups.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_GroupTextColor" data-uid="C1.Blazor.ListView.C1ListView`1.GroupTextColor">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.GroupTextColor.html#C1_Blazor_ListView_C1ListView_1_GroupTextColor">GroupTextColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1Color.html">C1Color</a> of the group items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_ItemBackgroundColor" data-uid="C1.Blazor.ListView.C1ListView`1.ItemBackgroundColor">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ItemBackgroundColor.html#C1_Blazor_ListView_C1ListView_1_ItemBackgroundColor">ItemBackgroundColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1Color.html">C1Color</a> that is used to paint the background of items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_ItemDoubleTapped" data-uid="C1.Blazor.ListView.C1ListView`1.ItemDoubleTapped">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ItemDoubleTapped.html#C1_Blazor_ListView_C1ListView_1_ItemDoubleTapped">ItemDoubleTapped</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the callback that will be called when an item is double tapped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_ItemHeight" data-uid="C1.Blazor.ListView.C1ListView`1.ItemHeight">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ItemHeight.html#C1_Blazor_ListView_C1ListView_1_ItemHeight">ItemHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height of the items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_ItemStyle" data-uid="C1.Blazor.ListView.C1ListView`1.ItemStyle">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ItemStyle.html#C1_Blazor_ListView_C1ListView_1_ItemStyle">ItemStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_ItemTapped" data-uid="C1.Blazor.ListView.C1ListView`1.ItemTapped">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ItemTapped.html#C1_Blazor_ListView_C1ListView_1_ItemTapped">ItemTapped</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the callback that will be called when an item is tapped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_ItemTemplate" data-uid="C1.Blazor.ListView.C1ListView`1.ItemTemplate">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ItemTemplate.html#C1_Blazor_ListView_C1ListView_1_ItemTemplate">ItemTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template used to render the items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_ItemTextColor" data-uid="C1.Blazor.ListView.C1ListView`1.ItemTextColor">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ItemTextColor.html#C1_Blazor_ListView_C1ListView_1_ItemTextColor">ItemTextColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../C1.Blazor.Core/C1.Blazor.Core.C1Color.html">C1Color</a> of the items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_Items" data-uid="C1.Blazor.ListView.C1ListView`1.Items">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.Items.html#C1_Blazor_ListView_C1ListView_1_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of items displayed in the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_ItemsSource" data-uid="C1.Blazor.ListView.C1ListView`1.ItemsSource">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ItemsSource.html#C1_Blazor_ListView_C1ListView_1_ItemsSource">ItemsSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the collection of items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_LoadingItem" data-uid="C1.Blazor.ListView.C1ListView`1.LoadingItem">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.LoadingItem.html#C1_Blazor_ListView_C1ListView_1_LoadingItem">LoadingItem</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the callback that is called when the items are being loaded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_ScrollBarVisibility" data-uid="C1.Blazor.ListView.C1ListView`1.ScrollBarVisibility">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ScrollBarVisibility.html#C1_Blazor_ListView_C1ListView_1_ScrollBarVisibility">ScrollBarVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets visibility of the vertical scrollbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_Selection" data-uid="C1.Blazor.ListView.C1ListView`1.Selection">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.Selection.html#C1_Blazor_ListView_C1ListView_1_Selection">Selection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ListView selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_SelectionChanged" data-uid="C1.Blazor.ListView.C1ListView`1.SelectionChanged">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.SelectionChanged.html#C1_Blazor_ListView_C1ListView_1_SelectionChanged">SelectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs after selection changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_SelectionMode" data-uid="C1.Blazor.ListView.C1ListView`1.SelectionMode">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.SelectionMode.html#C1_Blazor_ListView_C1ListView_1_SelectionMode">SelectionMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the cells or rows are selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_SelectionStyle" data-uid="C1.Blazor.ListView.C1ListView`1.SelectionStyle">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.SelectionStyle.html#C1_Blazor_ListView_C1ListView_1_SelectionStyle">SelectionStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the selection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_SeparatorWidth" data-uid="C1.Blazor.ListView.C1ListView`1.SeparatorWidth">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.SeparatorWidth.html#C1_Blazor_ListView_C1ListView_1_SeparatorWidth">SeparatorWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the line separating items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_ShowCheckboxes" data-uid="C1.Blazor.ListView.C1ListView`1.ShowCheckboxes">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ShowCheckboxes.html#C1_Blazor_ListView_C1ListView_1_ShowCheckboxes">ShowCheckboxes</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the name of the property used to control checkboxes placed next to each item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_ViewportHeight" data-uid="C1.Blazor.ListView.C1ListView`1.ViewportHeight">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ViewportHeight.html#C1_Blazor_ListView_C1ListView_1_ViewportHeight">ViewportHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the height of the viewport.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_ViewportUpdated" data-uid="C1.Blazor.ListView.C1ListView`1.ViewportUpdated">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ViewportUpdated.html#C1_Blazor_ListView_C1ListView_1_ViewportUpdated">ViewportUpdated</a>
        </td>
        <td class="markdown level1 summary"><p>Event callback that will be invoked when viewport is updated.</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_Blazor_ListView_C1ListView_1_BuildRenderTree_Microsoft_AspNetCore_Components_Rendering_RenderTreeBuilder_" data-uid="C1.Blazor.ListView.C1ListView`1.BuildRenderTree(Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder)">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.BuildRenderTree.html#C1_Blazor_ListView_C1ListView_1_BuildRenderTree_Microsoft_AspNetCore_Components_Rendering_RenderTreeBuilder_">BuildRenderTree(RenderTreeBuilder)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_ChangeViewAsync_System_Double_" data-uid="C1.Blazor.ListView.C1ListView`1.ChangeViewAsync(System.Double)">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ChangeViewAsync.html#C1_Blazor_ListView_C1ListView_1_ChangeViewAsync_System_Double_">ChangeViewAsync(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the list vertically to the specified offset.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_Dispose_System_Boolean_" data-uid="C1.Blazor.ListView.C1ListView`1.Dispose(System.Boolean)">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.Dispose.html#C1_Blazor_ListView_C1ListView_1_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_FocusAsync" data-uid="C1.Blazor.ListView.C1ListView`1.FocusAsync">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.FocusAsync.html#C1_Blazor_ListView_C1ListView_1_FocusAsync">FocusAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the focus in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_InitializeAsync" data-uid="C1.Blazor.ListView.C1ListView`1.InitializeAsync">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.InitializeAsync.html#C1_Blazor_ListView_C1ListView_1_InitializeAsync">InitializeAsync()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is called when the component is initialized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_OnAfterRender_System_Boolean_" data-uid="C1.Blazor.ListView.C1ListView`1.OnAfterRender(System.Boolean)">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.OnAfterRender.html#C1_Blazor_ListView_C1ListView_1_OnAfterRender_System_Boolean_">OnAfterRender(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_OnItemDoubleTapped_C1_Blazor_ListView_ListViewInputEventArgs_" data-uid="C1.Blazor.ListView.C1ListView`1.OnItemDoubleTapped(C1.Blazor.ListView.ListViewInputEventArgs)">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.OnItemDoubleTapped.html#C1_Blazor_ListView_C1ListView_1_OnItemDoubleTapped_C1_Blazor_ListView_ListViewInputEventArgs_">OnItemDoubleTapped(ListViewInputEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">ItemDoubleTapped</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_OnItemTapped_C1_Blazor_ListView_ListViewInputEventArgs_" data-uid="C1.Blazor.ListView.C1ListView`1.OnItemTapped(C1.Blazor.ListView.ListViewInputEventArgs)">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.OnItemTapped.html#C1_Blazor_ListView_C1ListView_1_OnItemTapped_C1_Blazor_ListView_ListViewInputEventArgs_">OnItemTapped(ListViewInputEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">ItemTapped</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_OnKeyDown_Microsoft_AspNetCore_Components_Web_KeyboardEventArgs_" data-uid="C1.Blazor.ListView.C1ListView`1.OnKeyDown(Microsoft.AspNetCore.Components.Web.KeyboardEventArgs)">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.OnKeyDown.html#C1_Blazor_ListView_C1ListView_1_OnKeyDown_Microsoft_AspNetCore_Components_Web_KeyboardEventArgs_">OnKeyDown(KeyboardEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_OnKeyUp_Microsoft_AspNetCore_Components_Web_KeyboardEventArgs_" data-uid="C1.Blazor.ListView.C1ListView`1.OnKeyUp(Microsoft.AspNetCore.Components.Web.KeyboardEventArgs)">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.OnKeyUp.html#C1_Blazor_ListView_C1ListView_1_OnKeyUp_Microsoft_AspNetCore_Components_Web_KeyboardEventArgs_">OnKeyUp(KeyboardEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_OnLoadingItem_C1_Blazor_ListView_ListViewItemStyleEventArgs_" data-uid="C1.Blazor.ListView.C1ListView`1.OnLoadingItem(C1.Blazor.ListView.ListViewItemStyleEventArgs)">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.OnLoadingItem.html#C1_Blazor_ListView_C1ListView_1_OnLoadingItem_C1_Blazor_ListView_ListViewItemStyleEventArgs_">OnLoadingItem(ListViewItemStyleEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">LoadingItem</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_Refresh" data-uid="C1.Blazor.ListView.C1ListView`1.Refresh">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.Refresh.html#C1_Blazor_ListView_C1ListView_1_Refresh">Refresh()</a>
        </td>
        <td class="markdown level1 summary"><p>Refresh current view panel</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_ScrollIntoView_System_Int32_" data-uid="C1.Blazor.ListView.C1ListView`1.ScrollIntoView(System.Int32)">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ScrollIntoView.html#C1_Blazor_ListView_C1ListView_1_ScrollIntoView_System_Int32_">ScrollIntoView(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the list to the specified <code class="paramref">index</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_ScrollIntoViewAsync_System_Int32_" data-uid="C1.Blazor.ListView.C1ListView`1.ScrollIntoViewAsync(System.Int32)">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.ScrollIntoViewAsync.html#C1_Blazor_ListView_C1ListView_1_ScrollIntoViewAsync_System_Int32_">ScrollIntoViewAsync(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the list to the specified <code class="paramref">index</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Blazor_ListView_C1ListView_1_Select_System_Int32_" data-uid="C1.Blazor.ListView.C1ListView`1.Select(System.Int32)">
          <a class="xref" href="C1.Blazor.ListView.C1ListView-1.Select.html#C1_Blazor_ListView_C1ListView_1_Select_System_Int32_">Select(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects the specified index.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
