# C1.Win.List.ListBase.C1ListBase

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_List_ListBase_C1ListBase" data-uid="C1.Win.List.ListBase.C1ListBase" class="text-break">C1ListBase Class
</h1>
  <div class="markdown level0 summary"><p>The abstract base class for C1List.</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.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a></div>
    <div class="level4"><a class="xref" href="C1.Win.List.ListBase.Frame.html">Frame</a></div>
    <div class="level5"><span class="xref">C1ListBase</span></div>
      <div class="level6"><a class="xref" href="C1.Win.List.C1List.html">C1List</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.idroptarget">IDropTarget</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isynchronizeinvoke">ISynchronizeInvoke</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.iwin32window">IWin32Window</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.ibindablecomponent">IBindableComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.List.ListBase.html">C1.Win.List.ListBase</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.10.dll</h6>
  <h5 id="C1_Win_List_ListBase_C1ListBase_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1ListBase : Frame, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1ListBase
    Inherits Frame
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize</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_Win_List_ListBase_C1ListBase__ctor" data-uid="C1.Win.List.ListBase.C1ListBase.#ctor">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.-ctor.html#C1_Win_List_ListBase_C1ListBase__ctor">C1ListBase()</a>
        </td>
        <td class="markdown level1 summary"></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_Win_List_ListBase_C1ListBase_AddItemCols" data-uid="C1.Win.List.ListBase.C1ListBase.AddItemCols">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AddItemCols.html#C1_Win_List_ListBase_C1ListBase_AddItemCols">AddItemCols</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the column number for the AddItem mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_AddItemSeparator" data-uid="C1.Win.List.ListBase.C1ListBase.AddItemSeparator">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AddItemSeparator.html#C1_Win_List_ListBase_C1ListBase_AddItemSeparator">AddItemSeparator</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the separation string for columns when using the AddItem method in AddItem mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_AllowColMove" data-uid="C1.Win.List.ListBase.C1ListBase.AllowColMove">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AllowColMove.html#C1_Win_List_ListBase_C1ListBase_AllowColMove">AllowColMove</a>
        </td>
        <td class="markdown level1 summary"><p>Enables/disables interactive column movement.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_AllowHorizontalSplit" data-uid="C1.Win.List.ListBase.C1ListBase.AllowHorizontalSplit">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AllowHorizontalSplit.html#C1_Win_List_ListBase_C1ListBase_AllowHorizontalSplit">AllowHorizontalSplit</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies if a user is allowed to create horizontal splits.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_AllowRowSizing" data-uid="C1.Win.List.ListBase.C1ListBase.AllowRowSizing">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AllowRowSizing.html#C1_Win_List_ListBase_C1ListBase_AllowRowSizing">AllowRowSizing</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies if a user is allowed to resize the rows in the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_AllowVerticalSplit" data-uid="C1.Win.List.ListBase.C1ListBase.AllowVerticalSplit">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AllowVerticalSplit.html#C1_Win_List_ListBase_C1ListBase_AllowVerticalSplit">AllowVerticalSplit</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies if a user is allowed to create vertical splits.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_AlternatingRows" data-uid="C1.Win.List.ListBase.C1ListBase.AlternatingRows">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AlternatingRows.html#C1_Win_List_ListBase_C1ListBase_AlternatingRows">AlternatingRows</a>
        </td>
        <td class="markdown level1 summary"><p>Determines if a list or split displays odd-numbered rows in one style and even-numbered rows in another.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_Bookmark" data-uid="C1.Win.List.ListBase.C1ListBase.Bookmark">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.Bookmark.html#C1_Win_List_ListBase_C1ListBase_Bookmark">Bookmark</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the bookmark identifying the current row in the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_CaptionStyle" data-uid="C1.Win.List.ListBase.C1ListBase.CaptionStyle">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.CaptionStyle.html#C1_Win_List_ListBase_C1ListBase_CaptionStyle">CaptionStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.Style.html#C1_Win_List_ListBase_C1ListBase_Style">Style</a> object that controls the appearance of the caption area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_CellTips" data-uid="C1.Win.List.ListBase.C1ListBase.CellTips">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.CellTips.html#C1_Win_List_ListBase_C1ListBase_CellTips">CellTips</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the list displays a pop-up text window when the cursor is idle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_CellTipsDelay" data-uid="C1.Win.List.ListBase.C1ListBase.CellTipsDelay">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.CellTipsDelay.html#C1_Win_List_ListBase_C1ListBase_CellTipsDelay">CellTipsDelay</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the amount of time before the cell tip window is displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_CellTipsWidth" data-uid="C1.Win.List.ListBase.C1ListBase.CellTipsWidth">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.CellTipsWidth.html#C1_Win_List_ListBase_C1ListBase_CellTipsWidth">CellTipsWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the width of the cell tip window.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_Col" data-uid="C1.Win.List.ListBase.C1ListBase.Col">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.Col.html#C1_Win_List_ListBase_C1ListBase_Col">Col</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column position of the current cell in the current split.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ColumnCaptionHeight" data-uid="C1.Win.List.ListBase.C1ListBase.ColumnCaptionHeight">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ColumnCaptionHeight.html#C1_Win_List_ListBase_C1ListBase_ColumnCaptionHeight">ColumnCaptionHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the height of the column headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ColumnFooterHeight" data-uid="C1.Win.List.ListBase.C1ListBase.ColumnFooterHeight">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ColumnFooterHeight.html#C1_Win_List_ListBase_C1ListBase_ColumnFooterHeight">ColumnFooterHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the height of the column footers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ColumnFooters" data-uid="C1.Win.List.ListBase.C1ListBase.ColumnFooters">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ColumnFooters.html#C1_Win_List_ListBase_C1ListBase_ColumnFooters">ColumnFooters</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether footers are displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ColumnHeaders" data-uid="C1.Win.List.ListBase.C1ListBase.ColumnHeaders">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ColumnHeaders.html#C1_Win_List_ListBase_C1ListBase_ColumnHeaders">ColumnHeaders</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether headers are displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ColumnWidth" data-uid="C1.Win.List.ListBase.C1ListBase.ColumnWidth">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ColumnWidth.html#C1_Win_List_ListBase_C1ListBase_ColumnWidth">ColumnWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the column width for each column in the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_Columns" data-uid="C1.Win.List.ListBase.C1ListBase.Columns">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.Columns.html#C1_Win_List_ListBase_C1ListBase_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a collection of <a class="xref" href="C1.Win.List.C1DataColumn.html">C1DataColumn</a> objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_CurrentCellVisible" data-uid="C1.Win.List.ListBase.C1ListBase.CurrentCellVisible">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.CurrentCellVisible.html#C1_Win_List_ListBase_C1ListBase_CurrentCellVisible">CurrentCellVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the visibility of the current cell in a split.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_DataMode" data-uid="C1.Win.List.ListBase.C1ListBase.DataMode">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.DataMode.html#C1_Win_List_ListBase_C1ListBase_DataMode">DataMode</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the normal or additem mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_DataView" data-uid="C1.Win.List.ListBase.C1ListBase.DataView">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.DataView.html#C1_Win_List_ListBase_C1ListBase_DataView">DataView</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the method by which the list will display data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_DeadAreaBackColor" data-uid="C1.Win.List.ListBase.C1ListBase.DeadAreaBackColor">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.DeadAreaBackColor.html#C1_Win_List_ListBase_C1ListBase_DeadAreaBackColor">DeadAreaBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Controls the background color of the dead area in the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_DefColWidth" data-uid="C1.Win.List.ListBase.C1ListBase.DefColWidth">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.DefColWidth.html#C1_Win_List_ListBase_C1ListBase_DefColWidth">DefColWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies column width for auto-created columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_DestinationCol" data-uid="C1.Win.List.ListBase.C1ListBase.DestinationCol">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.DestinationCol.html#C1_Win_List_ListBase_C1ListBase_DestinationCol">DestinationCol</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates which list column will be the destination after cell movement.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_DestinationRow" data-uid="C1.Win.List.ListBase.C1ListBase.DestinationRow">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.DestinationRow.html#C1_Win_List_ListBase_C1ListBase_DestinationRow">DestinationRow</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates which list row will be the destination after cell movement.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_DestinationSplit" data-uid="C1.Win.List.ListBase.C1ListBase.DestinationSplit">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.DestinationSplit.html#C1_Win_List_ListBase_C1ListBase_DestinationSplit">DestinationSplit</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates which list split will be the destination after cell movement.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_DisplayMember" data-uid="C1.Win.List.ListBase.C1ListBase.DisplayMember">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.DisplayMember.html#C1_Win_List_ListBase_C1ListBase_DisplayMember">DisplayMember</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the DataSource field used for incremental search.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_EmptyRows" data-uid="C1.Win.List.ListBase.C1ListBase.EmptyRows">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.EmptyRows.html#C1_Win_List_ListBase_C1ListBase_EmptyRows">EmptyRows</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets a value that determines how the list displays rows below the last data row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_EvenRowStyle" data-uid="C1.Win.List.ListBase.C1ListBase.EvenRowStyle">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.EvenRowStyle.html#C1_Win_List_ListBase_C1ListBase_EvenRowStyle">EvenRowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the Style object that controls the appearance of an even-numbered row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ExtendRightColumn" data-uid="C1.Win.List.ListBase.C1ListBase.ExtendRightColumn">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ExtendRightColumn.html#C1_Win_List_ListBase_C1ListBase_ExtendRightColumn">ExtendRightColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets whether the last column will extend to fill the dead area of the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_FetchRowStyles" data-uid="C1.Win.List.ListBase.C1ListBase.FetchRowStyles">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.FetchRowStyles.html#C1_Win_List_ListBase_C1ListBase_FetchRowStyles">FetchRowStyles</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.FetchRowStyle.html">FetchRowStyle</a> event will be fired.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_FlatStyle" data-uid="C1.Win.List.ListBase.C1ListBase.FlatStyle">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.FlatStyle.html#C1_Win_List_ListBase_C1ListBase_FlatStyle">FlatStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the appearance of the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_FocusedSplit" data-uid="C1.Win.List.ListBase.C1ListBase.FocusedSplit">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.FocusedSplit.html#C1_Win_List_ListBase_C1ListBase_FocusedSplit">FocusedSplit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the Split that has focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_FooterStyle" data-uid="C1.Win.List.ListBase.C1ListBase.FooterStyle">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.FooterStyle.html#C1_Win_List_ListBase_C1ListBase_FooterStyle">FooterStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the Style object that controls the appearance of column footers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_HScrollBar" data-uid="C1.Win.List.ListBase.C1ListBase.HScrollBar">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.HScrollBar.html#C1_Win_List_ListBase_C1ListBase_HScrollBar">HScrollBar</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="C1.Win.List.Util.HBar.html">HBar</a> object that controls the appearance of the horizontal scrollbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_HeadingStyle" data-uid="C1.Win.List.ListBase.C1ListBase.HeadingStyle">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.HeadingStyle.html#C1_Win_List_ListBase_C1ListBase_HeadingStyle">HeadingStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the Style object that controls the appearance of column heading.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_HighLightRowStyle" data-uid="C1.Win.List.ListBase.C1ListBase.HighLightRowStyle">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.HighLightRowStyle.html#C1_Win_List_ListBase_C1ListBase_HighLightRowStyle">HighLightRowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.Style.html#C1_Win_List_ListBase_C1ListBase_Style">Style</a> object that controls the appearance of hight light row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_HotTracking" data-uid="C1.Win.List.ListBase.C1ListBase.HotTracking">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.HotTracking.html#C1_Win_List_ListBase_C1ListBase_HotTracking">HotTracking</a>
        </td>
        <td class="markdown level1 summary"><p>Controls whether rows are automatically highlighted as the mouse is moved over the C1List control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_IntegralHeight" data-uid="C1.Win.List.ListBase.C1ListBase.IntegralHeight">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.IntegralHeight.html#C1_Win_List_ListBase_C1ListBase_IntegralHeight">IntegralHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Controls whether partial rows are displayed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ItemHeight" data-uid="C1.Win.List.ListBase.C1ListBase.ItemHeight">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ItemHeight.html#C1_Win_List_ListBase_C1ListBase_ItemHeight">ItemHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the height of all list rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_LeftCol" data-uid="C1.Win.List.ListBase.C1ListBase.LeftCol">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.LeftCol.html#C1_Win_List_ListBase_C1ListBase_LeftCol">LeftCol</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the zero-based index of the leftmost column in a list or split.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ListCount" data-uid="C1.Win.List.ListBase.C1ListBase.ListCount">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ListCount.html#C1_Win_List_ListBase_C1ListBase_ListCount">ListCount</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the total row number for the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OddRowStyle" data-uid="C1.Win.List.ListBase.C1ListBase.OddRowStyle">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OddRowStyle.html#C1_Win_List_ListBase_C1ListBase_OddRowStyle">OddRowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.Style.html#C1_Win_List_ListBase_C1ListBase_Style">Style</a> object that controls the appearance of an odd-numbered row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_PartialRightColumn" data-uid="C1.Win.List.ListBase.C1ListBase.PartialRightColumn">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.PartialRightColumn.html#C1_Win_List_ListBase_C1ListBase_PartialRightColumn">PartialRightColumn</a>
        </td>
        <td class="markdown level1 summary"><p>True if rightmost column can be clipped to the edge of a split.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_RightToLeft" data-uid="C1.Win.List.ListBase.C1ListBase.RightToLeft">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.RightToLeft.html#C1_Win_List_ListBase_C1ListBase_RightToLeft">RightToLeft</a>
        </td>
        <td class="markdown level1 summary"><p>When True, applies right to left text functionality.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_Row" data-uid="C1.Win.List.ListBase.C1ListBase.Row">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.Row.html#C1_Win_List_ListBase_C1ListBase_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the position of current list row relative to the first displayed row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_RowDivider" data-uid="C1.Win.List.ListBase.C1ListBase.RowDivider">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.RowDivider.html#C1_Win_List_ListBase_C1ListBase_RowDivider">RowDivider</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the style of the border drawn between list rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_RowSubDividerColor" data-uid="C1.Win.List.ListBase.C1ListBase.RowSubDividerColor">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.RowSubDividerColor.html#C1_Win_List_ListBase_C1ListBase_RowSubDividerColor">RowSubDividerColor</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the color of a RowSubDivider.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ScrollTips" data-uid="C1.Win.List.ListBase.C1ListBase.ScrollTips">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ScrollTips.html#C1_Win_List_ListBase_C1ListBase_ScrollTips">ScrollTips</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the list displays a pop-up text window when the scrollbar thumb is dragged.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_SelectedCols" data-uid="C1.Win.List.ListBase.C1ListBase.SelectedCols">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.SelectedCols.html#C1_Win_List_ListBase_C1ListBase_SelectedCols">SelectedCols</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="C1.Win.List.SelectedColumnCollection.html">SelectedColumnCollection</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_SelectedIndex" data-uid="C1.Win.List.ListBase.C1ListBase.SelectedIndex">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.SelectedIndex.html#C1_Win_List_ListBase_C1ListBase_SelectedIndex">SelectedIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the bookmark of the currently selected item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_SelectedIndices" data-uid="C1.Win.List.ListBase.C1ListBase.SelectedIndices">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.SelectedIndices.html#C1_Win_List_ListBase_C1ListBase_SelectedIndices">SelectedIndices</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="C1.Win.List.SelectedRowCollection.html">SelectedRowCollection</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_SelectedStyle" data-uid="C1.Win.List.ListBase.C1ListBase.SelectedStyle">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.SelectedStyle.html#C1_Win_List_ListBase_C1ListBase_SelectedStyle">SelectedStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.Style.html#C1_Win_List_ListBase_C1ListBase_Style">Style</a> object that controls the appearance of selected cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_SelectedText" data-uid="C1.Win.List.ListBase.C1ListBase.SelectedText">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.SelectedText.html#C1_Win_List_ListBase_C1ListBase_SelectedText">SelectedText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text of the current selected row specified by the DisplayMember property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_SelectedValue" data-uid="C1.Win.List.ListBase.C1ListBase.SelectedValue">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.SelectedValue.html#C1_Win_List_ListBase_C1ListBase_SelectedValue">SelectedValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value of the member property specified by the ValueMember property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_SelectionMode" data-uid="C1.Win.List.ListBase.C1ListBase.SelectionMode">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.SelectionMode.html#C1_Win_List_ListBase_C1ListBase_SelectionMode">SelectionMode</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the type of selection allowed in the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_Split" data-uid="C1.Win.List.ListBase.C1ListBase.Split">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.Split.html#C1_Win_List_ListBase_C1ListBase_Split">Split</a>
        </td>
        <td class="markdown level1 summary"><p>Returns current split number.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_SplitIndex" data-uid="C1.Win.List.ListBase.C1ListBase.SplitIndex">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.SplitIndex.html#C1_Win_List_ListBase_C1ListBase_SplitIndex">SplitIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the current <a class="xref" href="C1.Win.List.ListBase.C1ListBase.Split.html#C1_Win_List_ListBase_C1ListBase_Split">Split</a> within the <a class="xref" href="C1.Win.List.SplitCollection.html">SplitCollection</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_Splits" data-uid="C1.Win.List.ListBase.C1ListBase.Splits">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.Splits.html#C1_Win_List_ListBase_C1ListBase_Splits">Splits</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a Collection of <a class="xref" href="C1.Win.List.ListBase.C1ListBase.Split.html#C1_Win_List_ListBase_C1ListBase_Split">Split</a> objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_SpringMode" data-uid="C1.Win.List.ListBase.C1ListBase.SpringMode">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.SpringMode.html#C1_Win_List_ListBase_C1ListBase_SpringMode">SpringMode</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether the columns will resize when the list is resized.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_Style" data-uid="C1.Win.List.ListBase.C1ListBase.Style">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.Style.html#C1_Win_List_ListBase_C1ListBase_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the normal Style object for the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_Styles" data-uid="C1.Win.List.ListBase.C1ListBase.Styles">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.Styles.html#C1_Win_List_ListBase_C1ListBase_Styles">Styles</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a collection of named Style objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_TopIndex" data-uid="C1.Win.List.ListBase.C1ListBase.TopIndex">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.TopIndex.html#C1_Win_List_ListBase_C1ListBase_TopIndex">TopIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets a value containing the bookmark for the first visible row in a list or split.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_VScrollBar" data-uid="C1.Win.List.ListBase.C1ListBase.VScrollBar">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.VScrollBar.html#C1_Win_List_ListBase_C1ListBase_VScrollBar">VScrollBar</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the <a class="xref" href="C1.Win.List.Util.VBar.html">VBar</a> object that controls the appearance of the vertical scrollbar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ValueMember" data-uid="C1.Win.List.ListBase.C1ListBase.ValueMember">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ValueMember.html#C1_Win_List_ListBase_C1ListBase_ValueMember">ValueMember</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the field name for binding purposes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ValueTranslate" data-uid="C1.Win.List.ListBase.C1ListBase.ValueTranslate">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ValueTranslate.html#C1_Win_List_ListBase_C1ListBase_ValueTranslate">ValueTranslate</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_VisibleCols" data-uid="C1.Win.List.ListBase.C1ListBase.VisibleCols">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.VisibleCols.html#C1_Win_List_ListBase_C1ListBase_VisibleCols">VisibleCols</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the number of visible columns in the current split.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_VisibleRows" data-uid="C1.Win.List.ListBase.C1ListBase.VisibleRows">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.VisibleRows.html#C1_Win_List_ListBase_C1ListBase_VisibleRows">VisibleRows</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the number of visible rows in the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_WillChangeToIndex" data-uid="C1.Win.List.ListBase.C1ListBase.WillChangeToIndex">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.WillChangeToIndex.html#C1_Win_List_ListBase_C1ListBase_WillChangeToIndex">WillChangeToIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the bookmark identifying the will-be selected item in a control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_WillChangeToText" data-uid="C1.Win.List.ListBase.C1ListBase.WillChangeToText">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.WillChangeToText.html#C1_Win_List_ListBase_C1ListBase_WillChangeToText">WillChangeToText</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the string identifying the text for the item to be selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_WillChangeToValue" data-uid="C1.Win.List.ListBase.C1ListBase.WillChangeToValue">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.WillChangeToValue.html#C1_Win_List_ListBase_C1ListBase_WillChangeToValue">WillChangeToValue</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the object identifying the value to be selected.</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_Win_List_ListBase_C1ListBase_AddCellStyle_C1_Win_List_CellStyleFlag_C1_Win_List_Style_" data-uid="C1.Win.List.ListBase.C1ListBase.AddCellStyle(C1.Win.List.CellStyleFlag,C1.Win.List.Style)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AddCellStyle.html#C1_Win_List_ListBase_C1ListBase_AddCellStyle_C1_Win_List_CellStyleFlag_C1_Win_List_Style_">AddCellStyle(CellStyleFlag, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Controls the font and color of cells within a list, column, or split according to value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_AddItem_System_String_" data-uid="C1.Win.List.ListBase.C1ListBase.AddItem(System.String)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AddItem.html#C1_Win_List_ListBase_C1ListBase_AddItem_System_String_">AddItem(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Add a new item to the end in the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AddItem.html#C1_Win_List_ListBase_C1ListBase_AddItem_System_String_">AddItem(string)</a> mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_AddItemTitles_System_String_" data-uid="C1.Win.List.ListBase.C1ListBase.AddItemTitles(System.String)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AddItemTitles.html#C1_Win_List_ListBase_C1ListBase_AddItemTitles_System_String_">AddItemTitles(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the column titles in the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AddItem.html#C1_Win_List_ListBase_C1ListBase_AddItem_System_String_">AddItem(string)</a> mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_AddRegexCellStyle_C1_Win_List_CellStyleFlag_C1_Win_List_Style_System_String_" data-uid="C1.Win.List.ListBase.C1ListBase.AddRegexCellStyle(C1.Win.List.CellStyleFlag,C1.Win.List.Style,System.String)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AddRegexCellStyle.html#C1_Win_List_ListBase_C1ListBase_AddRegexCellStyle_C1_Win_List_CellStyleFlag_C1_Win_List_Style_System_String_">AddRegexCellStyle(CellStyleFlag, Style, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Controls the font and color of cells within a list, column, or split according to their contents.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_CaptureImage" data-uid="C1.Win.List.ListBase.C1ListBase.CaptureImage">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.CaptureImage.html#C1_Win_List_ListBase_C1ListBase_CaptureImage">CaptureImage()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_CellContaining_System_Int32_System_Int32_System_Int32__System_Int32__" data-uid="C1.Win.List.ListBase.C1ListBase.CellContaining(System.Int32,System.Int32,System.Int32@,System.Int32@)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.CellContaining.html#C1_Win_List_ListBase_C1ListBase_CellContaining_System_Int32_System_Int32_System_Int32__System_Int32__">CellContaining(int, int, out int, out int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the cell position for a set of coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ClearCellStyle_C1_Win_List_CellStyleFlag_" data-uid="C1.Win.List.ListBase.C1ListBase.ClearCellStyle(C1.Win.List.CellStyleFlag)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ClearCellStyle.html#C1_Win_List_ListBase_C1ListBase_ClearCellStyle_C1_Win_List_CellStyleFlag_">ClearCellStyle(CellStyleFlag)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a cell condition established with a previous call to the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AddCellStyle.html#C1_Win_List_ListBase_C1ListBase_AddCellStyle_C1_Win_List_CellStyleFlag_C1_Win_List_Style_">AddCellStyle(CellStyleFlag, Style)</a> method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ClearItems" data-uid="C1.Win.List.ListBase.C1ListBase.ClearItems">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ClearItems.html#C1_Win_List_ListBase_C1ListBase_ClearItems">ClearItems()</a>
        </td>
        <td class="markdown level1 summary"><p>Clear all of the items in the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AddItem.html#C1_Win_List_ListBase_C1ListBase_AddItem_System_String_">AddItem(string)</a> mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ClearRegexCellStyle_C1_Win_List_CellStyleFlag_" data-uid="C1.Win.List.ListBase.C1ListBase.ClearRegexCellStyle(C1.Win.List.CellStyleFlag)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ClearRegexCellStyle.html#C1_Win_List_ListBase_C1ListBase_ClearRegexCellStyle_C1_Win_List_CellStyleFlag_">ClearRegexCellStyle(CellStyleFlag)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a cell condition established with a previous call to the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AddRegexCellStyle.html#C1_Win_List_ListBase_C1ListBase_AddRegexCellStyle_C1_Win_List_CellStyleFlag_C1_Win_List_Style_System_String_">AddRegexCellStyle(CellStyleFlag, Style, string)</a> method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ClearRegexCellStyle_C1_Win_List_CellStyleFlag_System_String_" data-uid="C1.Win.List.ListBase.C1ListBase.ClearRegexCellStyle(C1.Win.List.CellStyleFlag,System.String)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ClearRegexCellStyle.html#C1_Win_List_ListBase_C1ListBase_ClearRegexCellStyle_C1_Win_List_CellStyleFlag_System_String_">ClearRegexCellStyle(CellStyleFlag, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a cell condition established with a previous call to the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AddRegexCellStyle.html#C1_Win_List_ListBase_C1ListBase_AddRegexCellStyle_C1_Win_List_CellStyleFlag_C1_Win_List_Style_System_String_">AddRegexCellStyle(CellStyleFlag, Style, string)</a> method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ClearSelCols" data-uid="C1.Win.List.ListBase.C1ListBase.ClearSelCols">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ClearSelCols.html#C1_Win_List_ListBase_C1ListBase_ClearSelCols">ClearSelCols()</a>
        </td>
        <td class="markdown level1 summary"><p>Deselects all selected columns in the current split.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ClearSelected" data-uid="C1.Win.List.ListBase.C1ListBase.ClearSelected">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ClearSelected.html#C1_Win_List_ListBase_C1ListBase_ClearSelected">ClearSelected()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears all selected rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ColContaining_System_Int32_" data-uid="C1.Win.List.ListBase.C1ListBase.ColContaining(System.Int32)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ColContaining.html#C1_Win_List_ListBase_C1ListBase_ColContaining_System_Int32_">ColContaining(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the column index containing the specified coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_Dispose_System_Boolean_" data-uid="C1.Win.List.ListBase.C1ListBase.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.Dispose.html#C1_Win_List_ListBase_C1ListBase_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_EndInit" data-uid="C1.Win.List.ListBase.C1ListBase.EndInit">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.EndInit.html#C1_Win_List_ListBase_C1ListBase_EndInit">EndInit()</a>
        </td>
        <td class="markdown level1 summary"><p>Signals the object that initialization is complete.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ExportToDelimitedFile_System_String_C1_Win_List_RowSelectorEnum_" data-uid="C1.Win.List.ListBase.C1ListBase.ExportToDelimitedFile(System.String,C1.Win.List.RowSelectorEnum)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ExportToDelimitedFile.html#C1_Win_List_ListBase_C1ListBase_ExportToDelimitedFile_System_String_C1_Win_List_RowSelectorEnum_">ExportToDelimitedFile(string, RowSelectorEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified rows from the list to the specified file as delimited ASCII text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ExportToDelimitedFile_System_String_C1_Win_List_RowSelectorEnum_System_String_" data-uid="C1.Win.List.ListBase.C1ListBase.ExportToDelimitedFile(System.String,C1.Win.List.RowSelectorEnum,System.String)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ExportToDelimitedFile.html#C1_Win_List_ListBase_C1ListBase_ExportToDelimitedFile_System_String_C1_Win_List_RowSelectorEnum_System_String_">ExportToDelimitedFile(string, RowSelectorEnum, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified rows from the list to the specified file as delimited ASCII text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ExportToDelimitedFile_System_String_C1_Win_List_RowSelectorEnum_System_String_System_String_" data-uid="C1.Win.List.ListBase.C1ListBase.ExportToDelimitedFile(System.String,C1.Win.List.RowSelectorEnum,System.String,System.String)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ExportToDelimitedFile.html#C1_Win_List_ListBase_C1ListBase_ExportToDelimitedFile_System_String_C1_Win_List_RowSelectorEnum_System_String_System_String_">ExportToDelimitedFile(string, RowSelectorEnum, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified rows from the list to the specified file as delimited ASCII text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ExportToDelimitedFile_System_String_C1_Win_List_RowSelectorEnum_System_String_System_String_System_String_" data-uid="C1.Win.List.ListBase.C1ListBase.ExportToDelimitedFile(System.String,C1.Win.List.RowSelectorEnum,System.String,System.String,System.String)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ExportToDelimitedFile.html#C1_Win_List_ListBase_C1ListBase_ExportToDelimitedFile_System_String_C1_Win_List_RowSelectorEnum_System_String_System_String_System_String_">ExportToDelimitedFile(string, RowSelectorEnum, string, string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified rows from the list to the specified file as delimited ASCII text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ExportToDelimitedFile_System_String_C1_Win_List_RowSelectorEnum_System_String_System_String_System_String_System_Boolean_" data-uid="C1.Win.List.ListBase.C1ListBase.ExportToDelimitedFile(System.String,C1.Win.List.RowSelectorEnum,System.String,System.String,System.String,System.Boolean)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ExportToDelimitedFile.html#C1_Win_List_ListBase_C1ListBase_ExportToDelimitedFile_System_String_C1_Win_List_RowSelectorEnum_System_String_System_String_System_String_System_Boolean_">ExportToDelimitedFile(string, RowSelectorEnum, string, string, string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Exports the specified rows from the list to the specified file as delimited ASCII text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_GetDisplayText_System_Int32_System_Int32_" data-uid="C1.Win.List.ListBase.C1ListBase.GetDisplayText(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.GetDisplayText.html#C1_Win_List_ListBase_C1ListBase_GetDisplayText_System_Int32_System_Int32_">GetDisplayText(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the display text for the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_GetItemText_System_Int32_System_Int32_" data-uid="C1.Win.List.ListBase.C1ListBase.GetItemText(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.GetItemText.html#C1_Win_List_ListBase_C1ListBase_GetItemText_System_Int32_System_Int32_">GetItemText(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cell text for any cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_GetItemText_System_Int32_System_String_" data-uid="C1.Win.List.ListBase.C1ListBase.GetItemText(System.Int32,System.String)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.GetItemText.html#C1_Win_List_ListBase_C1ListBase_GetItemText_System_Int32_System_String_">GetItemText(int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cell text for any cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_GetSelected_System_Int32_" data-uid="C1.Win.List.ListBase.C1ListBase.GetSelected(System.Int32)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.GetSelected.html#C1_Win_List_ListBase_C1ListBase_GetSelected_System_Int32_">GetSelected(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks whether the given row is selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_HoldFields" data-uid="C1.Win.List.ListBase.C1ListBase.HoldFields">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.HoldFields.html#C1_Win_List_ListBase_C1ListBase_HoldFields">HoldFields()</a>
        </td>
        <td class="markdown level1 summary"><p>Holds the current column/field layout.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_IndexFromPoint_System_Drawing_Point_" data-uid="C1.Win.List.ListBase.C1ListBase.IndexFromPoint(System.Drawing.Point)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.IndexFromPoint.html#C1_Win_List_ListBase_C1ListBase_IndexFromPoint_System_Drawing_Point_">IndexFromPoint(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the row index for a given point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_InitializeStyles" data-uid="C1.Win.List.ListBase.C1ListBase.InitializeStyles">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.InitializeStyles.html#C1_Win_List_ListBase_C1ListBase_InitializeStyles">InitializeStyles()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_InsertHorizontalSplit_System_Int32_" data-uid="C1.Win.List.ListBase.C1ListBase.InsertHorizontalSplit(System.Int32)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.InsertHorizontalSplit.html#C1_Win_List_ListBase_C1ListBase_InsertHorizontalSplit_System_Int32_">InsertHorizontalSplit(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a horizontal split at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_InsertItem_System_String_System_Int32_" data-uid="C1.Win.List.ListBase.C1ListBase.InsertItem(System.String,System.Int32)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.InsertItem.html#C1_Win_List_ListBase_C1ListBase_InsertItem_System_String_System_Int32_">InsertItem(string, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a new item at the index position in the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AddItem.html#C1_Win_List_ListBase_C1ListBase_AddItem_System_String_">AddItem(string)</a> mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_InsertVerticalSplit_System_Int32_" data-uid="C1.Win.List.ListBase.C1ListBase.InsertVerticalSplit(System.Int32)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.InsertVerticalSplit.html#C1_Win_List_ListBase_C1ListBase_InsertVerticalSplit_System_Int32_">InsertVerticalSplit(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a vertical split at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnAfterSort_C1_Win_List_FilterEventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnAfterSort(C1.Win.List.FilterEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnAfterSort.html#C1_Win_List_ListBase_C1ListBase_OnAfterSort_C1_Win_List_FilterEventArgs_">OnAfterSort(FilterEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the AfterSort event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnColMove_C1_Win_List_ColMoveEventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnColMove(C1.Win.List.ColMoveEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnColMove.html#C1_Win_List_ListBase_C1ListBase_OnColMove_C1_Win_List_ColMoveEventArgs_">OnColMove(ColMoveEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the ColMoveEvent.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnColResize_C1_Win_List_ColResizeEventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnColResize(C1.Win.List.ColResizeEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnColResize.html#C1_Win_List_ListBase_C1ListBase_OnColResize_C1_Win_List_ColResizeEventArgs_">OnColResize(ColResizeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the ColResize event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnColSelected_C1_Win_List_ColEventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnColSelected(C1.Win.List.ColEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnColSelected.html#C1_Win_List_ListBase_C1ListBase_OnColSelected_C1_Win_List_ColEventArgs_">OnColSelected(ColEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the ColSelected event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnDataSourceChanged_System_EventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnDataSourceChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnDataSourceChanged.html#C1_Win_List_ListBase_C1ListBase_OnDataSourceChanged_System_EventArgs_">OnDataSourceChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the DataSourceChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnDisplayMemberChanged_System_EventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnDisplayMemberChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnDisplayMemberChanged.html#C1_Win_List_ListBase_C1ListBase_OnDisplayMemberChanged_System_EventArgs_">OnDisplayMemberChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the DisplayMemberChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnError_C1_Win_List_ErrorEventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnError(C1.Win.List.ErrorEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnError.html#C1_Win_List_ListBase_C1ListBase_OnError_C1_Win_List_ErrorEventArgs_">OnError(ErrorEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Error event</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnFetchCellStyle_C1_Win_List_FetchCellStyleEventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnFetchCellStyle(C1.Win.List.FetchCellStyleEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnFetchCellStyle.html#C1_Win_List_ListBase_C1ListBase_OnFetchCellStyle_C1_Win_List_FetchCellStyleEventArgs_">OnFetchCellStyle(FetchCellStyleEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the FetchCellStyle event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnFetchCellTips_C1_Win_List_FetchCellTipsEventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnFetchCellTips(C1.Win.List.FetchCellTipsEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnFetchCellTips.html#C1_Win_List_ListBase_C1ListBase_OnFetchCellTips_C1_Win_List_FetchCellTipsEventArgs_">OnFetchCellTips(FetchCellTipsEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the FetchCellTips event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnFetchRowStyle_C1_Win_List_FetchRowStyleEventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnFetchRowStyle(C1.Win.List.FetchRowStyleEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnFetchRowStyle.html#C1_Win_List_ListBase_C1ListBase_OnFetchRowStyle_C1_Win_List_FetchRowStyleEventArgs_">OnFetchRowStyle(FetchRowStyleEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the FetchRowStyle event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnFetchScrollTips_C1_Win_List_FetchScrollTipsEventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnFetchScrollTips(C1.Win.List.FetchScrollTipsEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnFetchScrollTips.html#C1_Win_List_ListBase_C1ListBase_OnFetchScrollTips_C1_Win_List_FetchScrollTipsEventArgs_">OnFetchScrollTips(FetchScrollTipsEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the FetchScrollTips event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnFontChanged_System_EventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnFontChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnFontChanged.html#C1_Win_List_ListBase_C1ListBase_OnFontChanged_System_EventArgs_">OnFontChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnFootClick_C1_Win_List_ColEventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnFootClick(C1.Win.List.ColEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnFootClick.html#C1_Win_List_ListBase_C1ListBase_OnFootClick_C1_Win_List_ColEventArgs_">OnFootClick(ColEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the FootClick event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnFormatText_C1_Win_List_FormatTextEventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnFormatText(C1.Win.List.FormatTextEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnFormatText.html#C1_Win_List_ListBase_C1ListBase_OnFormatText_C1_Win_List_FormatTextEventArgs_">OnFormatText(FormatTextEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the FromatText event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnHeadClick_C1_Win_List_ColEventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnHeadClick(C1.Win.List.ColEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnHeadClick.html#C1_Win_List_ListBase_C1ListBase_OnHeadClick_C1_Win_List_ColEventArgs_">OnHeadClick(ColEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the HeadClick event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnLayoutReady_System_EventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnLayoutReady(System.EventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnLayoutReady.html#C1_Win_List_ListBase_C1ListBase_OnLayoutReady_System_EventArgs_">OnLayoutReady(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnLeftColChange_C1_Win_List_SplitEventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnLeftColChange(C1.Win.List.SplitEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnLeftColChange.html#C1_Win_List_ListBase_C1ListBase_OnLeftColChange_C1_Win_List_SplitEventArgs_">OnLeftColChange(SplitEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the LeftColChange event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnListCountChanged" data-uid="C1.Win.List.ListBase.C1ListBase.OnListCountChanged">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnListCountChanged.html#C1_Win_List_ListBase_C1ListBase_OnListCountChanged">OnListCountChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Calls when binding list changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnOwnerDrawCell_C1_Win_List_OwnerDrawCellEventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnOwnerDrawCell(C1.Win.List.OwnerDrawCellEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnOwnerDrawCell.html#C1_Win_List_ListBase_C1ListBase_OnOwnerDrawCell_C1_Win_List_OwnerDrawCellEventArgs_">OnOwnerDrawCell(OwnerDrawCellEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the OwnerDrawCell event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnPaint_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnPaint(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnPaint.html#C1_Win_List_ListBase_C1ListBase_OnPaint_System_Windows_Forms_PaintEventArgs_">OnPaint(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnRowChange_System_EventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnRowChange(System.EventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnRowChange.html#C1_Win_List_ListBase_C1ListBase_OnRowChange_System_EventArgs_">OnRowChange(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the RowChange event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnRowColChange_C1_Win_List_RowColChangeEventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnRowColChange(C1.Win.List.RowColChangeEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnRowColChange.html#C1_Win_List_ListBase_C1ListBase_OnRowColChange_C1_Win_List_RowColChangeEventArgs_">OnRowColChange(RowColChangeEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the RowColChange event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnRowResize_System_ComponentModel_CancelEventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnRowResize(System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnRowResize.html#C1_Win_List_ListBase_C1ListBase_OnRowResize_System_ComponentModel_CancelEventArgs_">OnRowResize(CancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the RowResize event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnScroll1_System_ComponentModel_CancelEventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnScroll1(System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnScroll1.html#C1_Win_List_ListBase_C1ListBase_OnScroll1_System_ComponentModel_CancelEventArgs_">OnScroll1(CancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnSelChange_System_ComponentModel_CancelEventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnSelChange(System.ComponentModel.CancelEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnSelChange.html#C1_Win_List_ListBase_C1ListBase_OnSelChange_System_ComponentModel_CancelEventArgs_">OnSelChange(CancelEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the SelChang event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnSelectedValueChanged_System_EventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnSelectedValueChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnSelectedValueChanged.html#C1_Win_List_ListBase_C1ListBase_OnSelectedValueChanged_System_EventArgs_">OnSelectedValueChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the SelectedValueChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnSplitChange_System_EventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnSplitChange(System.EventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnSplitChange.html#C1_Win_List_ListBase_C1ListBase_OnSplitChange_System_EventArgs_">OnSplitChange(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the SplitChange event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnSplitRemoved_System_EventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnSplitRemoved(System.EventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnSplitRemoved.html#C1_Win_List_ListBase_C1ListBase_OnSplitRemoved_System_EventArgs_">OnSplitRemoved(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raised when horizontal or vertical splits are removed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnTopIndexChange_C1_Win_List_SplitEventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnTopIndexChange(C1.Win.List.SplitEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnTopIndexChange.html#C1_Win_List_ListBase_C1ListBase_OnTopIndexChange_C1_Win_List_SplitEventArgs_">OnTopIndexChange(SplitEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the TopIndexChange event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnUnboundColumnFetch_C1_Win_List_UnboundColumnFetchEventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnUnboundColumnFetch(C1.Win.List.UnboundColumnFetchEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnUnboundColumnFetch.html#C1_Win_List_ListBase_C1ListBase_OnUnboundColumnFetch_C1_Win_List_UnboundColumnFetchEventArgs_">OnUnboundColumnFetch(UnboundColumnFetchEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the UnboundColumnFetch event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnValueMemberChanged_System_EventArgs_" data-uid="C1.Win.List.ListBase.C1ListBase.OnValueMemberChanged(System.EventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnValueMemberChanged.html#C1_Win_List_ListBase_C1ListBase_OnValueMemberChanged_System_EventArgs_">OnValueMemberChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the ValueMemberChanged event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_PointAt_System_Int32_System_Int32_" data-uid="C1.Win.List.ListBase.C1ListBase.PointAt(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.PointAt.html#C1_Win_List_ListBase_C1ListBase_PointAt_System_Int32_System_Int32_">PointAt(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns one of the <a class="xref" href="C1.Win.List.PointAtEnum.html">PointAtEnum</a> constants, which indicates the kind of list element beneath the specified coordinate pair.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_Rebind" data-uid="C1.Win.List.ListBase.C1ListBase.Rebind">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.Rebind.html#C1_Win_List_ListBase_C1ListBase_Rebind">Rebind()</a>
        </td>
        <td class="markdown level1 summary"><p>Re-establishes the connection with the bound data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_Rebind_System_Boolean_" data-uid="C1.Win.List.ListBase.C1ListBase.Rebind(System.Boolean)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.Rebind.html#C1_Win_List_ListBase_C1ListBase_Rebind_System_Boolean_">Rebind(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Reinitializes list with data from its data source.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_RemoveHorizontalSplit_System_Int32_" data-uid="C1.Win.List.ListBase.C1ListBase.RemoveHorizontalSplit(System.Int32)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.RemoveHorizontalSplit.html#C1_Win_List_ListBase_C1ListBase_RemoveHorizontalSplit_System_Int32_">RemoveHorizontalSplit(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a horizontal split at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_RemoveItem_System_Int32_" data-uid="C1.Win.List.ListBase.C1ListBase.RemoveItem(System.Int32)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.RemoveItem.html#C1_Win_List_ListBase_C1ListBase_RemoveItem_System_Int32_">RemoveItem(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the item at the given position in the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AddItem.html#C1_Win_List_ListBase_C1ListBase_AddItem_System_String_">AddItem(string)</a> mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_RemoveVerticalSplit_System_Int32_" data-uid="C1.Win.List.ListBase.C1ListBase.RemoveVerticalSplit(System.Int32)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.RemoveVerticalSplit.html#C1_Win_List_ListBase_C1ListBase_RemoveVerticalSplit_System_Int32_">RemoveVerticalSplit(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a vertical split at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ResetColumnCaptionHeight" data-uid="C1.Win.List.ListBase.C1ListBase.ResetColumnCaptionHeight">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ResetColumnCaptionHeight.html#C1_Win_List_ListBase_C1ListBase_ResetColumnCaptionHeight">ResetColumnCaptionHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Restore the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ColumnCaptionHeight.html#C1_Win_List_ListBase_C1ListBase_ColumnCaptionHeight">ColumnCaptionHeight</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ResetColumnFooterHeight" data-uid="C1.Win.List.ListBase.C1ListBase.ResetColumnFooterHeight">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ResetColumnFooterHeight.html#C1_Win_List_ListBase_C1ListBase_ResetColumnFooterHeight">ResetColumnFooterHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Restore the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ColumnFooterHeight.html#C1_Win_List_ListBase_C1ListBase_ColumnFooterHeight">ColumnFooterHeight</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ResetItemHeight" data-uid="C1.Win.List.ListBase.C1ListBase.ResetItemHeight">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ResetItemHeight.html#C1_Win_List_ListBase_C1ListBase_ResetItemHeight">ResetItemHeight()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ResumeBinding" data-uid="C1.Win.List.ListBase.C1ListBase.ResumeBinding">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ResumeBinding.html#C1_Win_List_ListBase_C1ListBase_ResumeBinding">ResumeBinding()</a>
        </td>
        <td class="markdown level1 summary"><p>Resumes data binding notification from the datasource.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_RowContaining_System_Int32_" data-uid="C1.Win.List.ListBase.C1ListBase.RowContaining(System.Int32)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.RowContaining.html#C1_Win_List_ListBase_C1ListBase_RowContaining_System_Int32_">RowContaining(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the zero-based index of the display row containing the specified coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_RowTop_System_Int32_" data-uid="C1.Win.List.ListBase.C1ListBase.RowTop(System.Int32)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.RowTop.html#C1_Win_List_ListBase_C1ListBase_RowTop_System_Int32_">RowTop(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the Y coordinate of the top of a visible row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ScrollCtl_System_Int32_System_Int32_" data-uid="C1.Win.List.ListBase.C1ListBase.ScrollCtl(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ScrollCtl.html#C1_Win_List_ListBase_C1ListBase_ScrollCtl_System_Int32_System_Int32_">ScrollCtl(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Scrolls the list data area by the specified number of rows and columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_SetAddItemData_System_Int32_System_Int32_System_String_" data-uid="C1.Win.List.ListBase.C1ListBase.SetAddItemData(System.Int32,System.Int32,System.String)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.SetAddItemData.html#C1_Win_List_ListBase_C1ListBase_SetAddItemData_System_Int32_System_Int32_System_String_">SetAddItemData(int, int, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the cell data for the AddItem mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_SetDataSource_System_Object_System_Windows_Forms_BindingMemberInfo_System_Boolean_" data-uid="C1.Win.List.ListBase.C1ListBase.SetDataSource(System.Object,System.Windows.Forms.BindingMemberInfo,System.Boolean)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.SetDataSource.html#C1_Win_List_ListBase_C1ListBase_SetDataSource_System_Object_System_Windows_Forms_BindingMemberInfo_System_Boolean_">SetDataSource(object, BindingMemberInfo, bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_SetSelected_System_Int32_System_Boolean_" data-uid="C1.Win.List.ListBase.C1ListBase.SetSelected(System.Int32,System.Boolean)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.SetSelected.html#C1_Win_List_ListBase_C1ListBase_SetSelected_System_Int32_System_Boolean_">SetSelected(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Selects or unselects a row from the code.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ShouldSerializeColumnCaptionHeight" data-uid="C1.Win.List.ListBase.C1ListBase.ShouldSerializeColumnCaptionHeight">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ShouldSerializeColumnCaptionHeight.html#C1_Win_List_ListBase_C1ListBase_ShouldSerializeColumnCaptionHeight">ShouldSerializeColumnCaptionHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ColumnCaptionHeight.html#C1_Win_List_ListBase_C1ListBase_ColumnCaptionHeight">ColumnCaptionHeight</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ShouldSerializeColumnFooterHeight" data-uid="C1.Win.List.ListBase.C1ListBase.ShouldSerializeColumnFooterHeight">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ShouldSerializeColumnFooterHeight.html#C1_Win_List_ListBase_C1ListBase_ShouldSerializeColumnFooterHeight">ShouldSerializeColumnFooterHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ColumnFooterHeight.html#C1_Win_List_ListBase_C1ListBase_ColumnFooterHeight">ColumnFooterHeight</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ShouldSerializeItemHeight" data-uid="C1.Win.List.ListBase.C1ListBase.ShouldSerializeItemHeight">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ShouldSerializeItemHeight.html#C1_Win_List_ListBase_C1ListBase_ShouldSerializeItemHeight">ShouldSerializeItemHeight()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_Sort_System_Int32_C1_Win_List_SortDirEnum_" data-uid="C1.Win.List.ListBase.C1ListBase.Sort(System.Int32,C1.Win.List.SortDirEnum)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.Sort.html#C1_Win_List_ListBase_C1ListBase_Sort_System_Int32_C1_Win_List_SortDirEnum_">Sort(int, SortDirEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Sorts a specific column for the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_Sort_System_String_C1_Win_List_SortDirEnum_" data-uid="C1.Win.List.ListBase.C1ListBase.Sort(System.String,C1.Win.List.SortDirEnum)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.Sort.html#C1_Win_List_ListBase_C1ListBase_Sort_System_String_C1_Win_List_SortDirEnum_">Sort(string, SortDirEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Sorts a specific column for the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_SplitContaining_System_Int32_System_Int32_" data-uid="C1.Win.List.ListBase.C1ListBase.SplitContaining(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.SplitContaining.html#C1_Win_List_ListBase_C1ListBase_SplitContaining_System_Int32_System_Int32_">SplitContaining(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the Index value of the split containing the specified coordinate pair.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_SuspendBinding" data-uid="C1.Win.List.ListBase.C1ListBase.SuspendBinding">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.SuspendBinding.html#C1_Win_List_ListBase_C1ListBase_SuspendBinding">SuspendBinding()</a>
        </td>
        <td class="markdown level1 summary"><p>Temporary suspension of data binding notifications from the datasource.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_canCreateSplits" data-uid="C1.Win.List.ListBase.C1ListBase.canCreateSplits">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.canCreateSplits.html#C1_Win_List_ListBase_C1ListBase_canCreateSplits">canCreateSplits()</a>
        </td>
        <td class="markdown level1 summary"></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_Win_List_ListBase_C1ListBase_AfterSort" data-uid="C1.Win.List.ListBase.C1ListBase.AfterSort">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AfterSort.html">AfterSort</a>
        </td>
        <td class="markdown level1 summary"><p>Fires after a column is sorted by clicking the column header.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ColFootClick" data-uid="C1.Win.List.ListBase.C1ListBase.ColFootClick">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ColFootClick.html">ColFootClick</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the footer of the control is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ColHeadClick" data-uid="C1.Win.List.ListBase.C1ListBase.ColHeadClick">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ColHeadClick.html">ColHeadClick</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the headers of the control is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ColMove" data-uid="C1.Win.List.ListBase.C1ListBase.ColMove">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ColMove.html">ColMove</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the user has finished moving the selected columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ColResize" data-uid="C1.Win.List.ListBase.C1ListBase.ColResize">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ColResize.html">ColResize</a>
        </td>
        <td class="markdown level1 summary"><p>Fires after the user has finished resizing a column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ColSelected" data-uid="C1.Win.List.ListBase.C1ListBase.ColSelected">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ColSelected.html">ColSelected</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when a column is selected.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_DataSourceChanged" data-uid="C1.Win.List.ListBase.C1ListBase.DataSourceChanged">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.DataSourceChanged.html">DataSourceChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when a bound data source is changed or requeried.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_DisplayMemberChanged" data-uid="C1.Win.List.ListBase.C1ListBase.DisplayMemberChanged">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.DisplayMemberChanged.html">DisplayMemberChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the DisplayMember property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_Error" data-uid="C1.Win.List.ListBase.C1ListBase.Error">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.Error.html">Error</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when a data access error occurs.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_FetchCellStyle" data-uid="C1.Win.List.ListBase.C1ListBase.FetchCellStyle">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.FetchCellStyle.html">FetchCellStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the list is about to display cell data in a column whose FetchStyle property is set to True.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_FetchCellTips" data-uid="C1.Win.List.ListBase.C1ListBase.FetchCellTips">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.FetchCellTips.html">FetchCellTips</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the control has focus and the cursor is idle for a small amount of time (defined by the CellTipsDelay property) over a data cell, column header, column footer, split header or control caption bar.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_FetchRowStyle" data-uid="C1.Win.List.ListBase.C1ListBase.FetchRowStyle">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.FetchRowStyle.html">FetchRowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Fires whenever the list is about to display a row of data and the FetchRowStyles property is True.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_FetchScrollTips" data-uid="C1.Win.List.ListBase.C1ListBase.FetchScrollTips">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.FetchScrollTips.html">FetchScrollTips</a>
        </td>
        <td class="markdown level1 summary"><p>Fires whenever the list has focus and the scrollbar thumb is moved using the mouse.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_FormatText" data-uid="C1.Win.List.ListBase.C1ListBase.FormatText">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.FormatText.html">FormatText</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the list is about to display cell data in a column whose NumberFormat property is set.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_LayoutReady" data-uid="C1.Win.List.ListBase.C1ListBase.LayoutReady">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.LayoutReady.html">LayoutReady</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when asynchronous downloading of a control layout file has been completed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_LeftColChange" data-uid="C1.Win.List.ListBase.C1ListBase.LeftColChange">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.LeftColChange.html">LeftColChange</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the first visible column of a list or split is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OnScroll" data-uid="C1.Win.List.ListBase.C1ListBase.OnScroll">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OnScroll.html">OnScroll</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the user scrolls the list horizontally or vertically using the scroll bars.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_OwnerDrawCell" data-uid="C1.Win.List.ListBase.C1ListBase.OwnerDrawCell">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.OwnerDrawCell.html">OwnerDrawCell</a>
        </td>
        <td class="markdown level1 summary"><p>Fires just before the cell is to be painted when the column's OwnerDraw is true.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_RowChange" data-uid="C1.Win.List.ListBase.C1ListBase.RowChange">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.RowChange.html">RowChange</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the user changes a row in the list.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_RowResize" data-uid="C1.Win.List.ListBase.C1ListBase.RowResize">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.RowResize.html">RowResize</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the user has finished resizing a list row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_SelChange" data-uid="C1.Win.List.ListBase.C1ListBase.SelChange">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.SelChange.html">SelChange</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the user selects a different range of rows or columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_SelectedValueChanged" data-uid="C1.Win.List.ListBase.C1ListBase.SelectedValueChanged">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.SelectedValueChanged.html">SelectedValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the SelectedValue property changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_SplitChange" data-uid="C1.Win.List.ListBase.C1ListBase.SplitChange">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.SplitChange.html">SplitChange</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs whenever a Split changes focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_SplitRemoved" data-uid="C1.Win.List.ListBase.C1ListBase.SplitRemoved">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.SplitRemoved.html">SplitRemoved</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs whenever horizontal or vertical splits are removed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_TopIndexChange" data-uid="C1.Win.List.ListBase.C1ListBase.TopIndexChange">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.TopIndexChange.html">TopIndexChange</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the first displayed row of a control or split is changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_UnboundColumnFetch" data-uid="C1.Win.List.ListBase.C1ListBase.UnboundColumnFetch">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.UnboundColumnFetch.html">UnboundColumnFetch</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the control needs to display the value of a cell in an unbound column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_C1ListBase_ValueMemberChanged" data-uid="C1.Win.List.ListBase.C1ListBase.ValueMemberChanged">
          <a class="xref" href="C1.Win.List.ListBase.C1ListBase.ValueMemberChanged.html">ValueMemberChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the ValueMember property changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
