# C1.Win.List.Split

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_List_Split" data-uid="C1.Win.List.Split" class="text-break">Split Class
</h1>
  <div class="markdown level0 summary"><p>Represents a horizontal or vertical pane to display and edit data.</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="C1.Win.List.ListBase.View.html">View</a></div>
    <div class="level2"><span class="xref">Split</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.List.html">C1.Win.List</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.4.8.dll</h6>
  <h5 id="C1_Win_List_Split_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Split : View, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Split
    Inherits View
    Implements IDisposable</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_List_Split_AllowColMove" data-uid="C1.Win.List.Split.AllowColMove">
          <a class="xref" href="C1.Win.List.Split.AllowColMove.html#C1_Win_List_Split_AllowColMove">AllowColMove</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the ability to move columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_AllowColSelect" data-uid="C1.Win.List.Split.AllowColSelect">
          <a class="xref" href="C1.Win.List.Split.AllowColSelect.html#C1_Win_List_Split_AllowColSelect">AllowColSelect</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating the ability to select columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_AllowFocus" data-uid="C1.Win.List.Split.AllowFocus">
          <a class="xref" href="C1.Win.List.Split.AllowFocus.html#C1_Win_List_Split_AllowFocus">AllowFocus</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the split can recive focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_AllowHorizontalSizing" data-uid="C1.Win.List.Split.AllowHorizontalSizing">
          <a class="xref" href="C1.Win.List.Split.AllowHorizontalSizing.html#C1_Win_List_Split_AllowHorizontalSizing">AllowHorizontalSizing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether a user is allowed to resize horizontal splits.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_AllowRowSizing" data-uid="C1.Win.List.Split.AllowRowSizing">
          <a class="xref" href="C1.Win.List.Split.AllowRowSizing.html#C1_Win_List_Split_AllowRowSizing">AllowRowSizing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how interactive row resizing is performed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_AllowVerticalSizing" data-uid="C1.Win.List.Split.AllowVerticalSizing">
          <a class="xref" href="C1.Win.List.Split.AllowVerticalSizing.html#C1_Win_List_Split_AllowVerticalSizing">AllowVerticalSizing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether a user is allowed to resize vertical splits.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_AlternatingRowStyle" data-uid="C1.Win.List.Split.AlternatingRowStyle">
          <a class="xref" href="C1.Win.List.Split.AlternatingRowStyle.html#C1_Win_List_Split_AlternatingRowStyle">AlternatingRowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the split uses the <a class="xref" href="C1.Win.List.Split.OddRowStyle.html#C1_Win_List_Split_OddRowStyle">OddRowStyle</a> for odd-numbered rows and <a class="xref" href="C1.Win.List.Split.EvenRowStyle.html#C1_Win_List_Split_EvenRowStyle">EvenRowStyle</a> for even-numbered rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_Caption" data-uid="C1.Win.List.Split.Caption">
          <a class="xref" href="C1.Win.List.Split.Caption.html#C1_Win_List_Split_Caption">Caption</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the caption.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_CaptionHeight" data-uid="C1.Win.List.Split.CaptionHeight">
          <a class="xref" href="C1.Win.List.Split.CaptionHeight.html#C1_Win_List_Split_CaptionHeight">CaptionHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the caption.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_CaptionStyle" data-uid="C1.Win.List.Split.CaptionStyle">
          <a class="xref" href="C1.Win.List.Split.CaptionStyle.html#C1_Win_List_Split_CaptionStyle">CaptionStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.List.Split.Style.html#C1_Win_List_Split_Style">Style</a> object that controls the appearance of the caption area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_ColumnCaptionHeight" data-uid="C1.Win.List.Split.ColumnCaptionHeight">
          <a class="xref" href="C1.Win.List.Split.ColumnCaptionHeight.html#C1_Win_List_Split_ColumnCaptionHeight">ColumnCaptionHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the column captions.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_ColumnFooterHeight" data-uid="C1.Win.List.Split.ColumnFooterHeight">
          <a class="xref" href="C1.Win.List.Split.ColumnFooterHeight.html#C1_Win_List_Split_ColumnFooterHeight">ColumnFooterHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of column footers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_CurrentCellVisible" data-uid="C1.Win.List.Split.CurrentCellVisible">
          <a class="xref" href="C1.Win.List.Split.CurrentCellVisible.html#C1_Win_List_Split_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_Split_DisplayColumns" data-uid="C1.Win.List.Split.DisplayColumns">
          <a class="xref" href="C1.Win.List.Split.DisplayColumns.html#C1_Win_List_Split_DisplayColumns">DisplayColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a collection of <a class="xref" href="C1.Win.List.C1DisplayColumn.html">C1DisplayColumn</a> objects.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_EvenRowStyle" data-uid="C1.Win.List.Split.EvenRowStyle">
          <a class="xref" href="C1.Win.List.Split.EvenRowStyle.html#C1_Win_List_Split_EvenRowStyle">EvenRowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.List.Split.Style.html#C1_Win_List_Split_Style">Style</a> object that controls the appearance of an even-numbered row when using <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AlternatingRows.html#C1_Win_List_ListBase_C1ListBase_AlternatingRows">AlternatingRows</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_ExtendRightColumn" data-uid="C1.Win.List.Split.ExtendRightColumn">
          <a class="xref" href="C1.Win.List.Split.ExtendRightColumn.html#C1_Win_List_Split_ExtendRightColumn">ExtendRightColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that determines how the last column will extend to fill the dead area of the split.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_FetchRowStyles" data-uid="C1.Win.List.Split.FetchRowStyles">
          <a class="xref" href="C1.Win.List.Split.FetchRowStyles.html#C1_Win_List_Split_FetchRowStyles">FetchRowStyles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the <a class="xref" href="C1.Win.List.ListBase.C1ListBase.FetchRowStyle.html">FetchRowStyle</a> event will be raised.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_FirstRow" data-uid="C1.Win.List.Split.FirstRow">
          <a class="xref" href="C1.Win.List.Split.FirstRow.html#C1_Win_List_Split_FirstRow">FirstRow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the row index for the first visible row in a split.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_FooterStyle" data-uid="C1.Win.List.Split.FooterStyle">
          <a class="xref" href="C1.Win.List.Split.FooterStyle.html#C1_Win_List_Split_FooterStyle">FooterStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.List.Split.Style.html#C1_Win_List_Split_Style">Style</a> object that controls the appearance of column footers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_GroupColumns" data-uid="C1.Win.List.Split.GroupColumns">
          <a class="xref" href="C1.Win.List.Split.GroupColumns.html#C1_Win_List_Split_GroupColumns">GroupColumns</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_HScrollBar" data-uid="C1.Win.List.Split.HScrollBar">
          <a class="xref" href="C1.Win.List.Split.HScrollBar.html#C1_Win_List_Split_HScrollBar">HScrollBar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets 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_Split_HeadingStyle" data-uid="C1.Win.List.Split.HeadingStyle">
          <a class="xref" href="C1.Win.List.Split.HeadingStyle.html#C1_Win_List_Split_HeadingStyle">HeadingStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.List.Split.Style.html#C1_Win_List_Split_Style">Style</a> object that controls the appearance of the grids column headers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_Height" data-uid="C1.Win.List.Split.Height">
          <a class="xref" href="C1.Win.List.Split.Height.html#C1_Win_List_Split_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the client rectangle height.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_HighLightRowStyle" data-uid="C1.Win.List.Split.HighLightRowStyle">
          <a class="xref" href="C1.Win.List.Split.HighLightRowStyle.html#C1_Win_List_Split_HighLightRowStyle">HighLightRowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.List.Split.Style.html#C1_Win_List_Split_Style">Style</a> object that controls the current row/cell when the <span class="xref">C1.Win.List.Split.MarqueeStyle</span> is set to Highlight Row/Cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_HorizontalScrollGroup" data-uid="C1.Win.List.Split.HorizontalScrollGroup">
          <a class="xref" href="C1.Win.List.Split.HorizontalScrollGroup.html#C1_Win_List_Split_HorizontalScrollGroup">HorizontalScrollGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the group which synchronizes horizontal scrolling between splits.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_LeftCol" data-uid="C1.Win.List.Split.LeftCol">
          <a class="xref" href="C1.Win.List.Split.LeftCol.html#C1_Win_List_Split_LeftCol">LeftCol</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the left most visible column for a split.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_Name" data-uid="C1.Win.List.Split.Name">
          <a class="xref" href="C1.Win.List.Split.Name.html#C1_Win_List_Split_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of a split.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_OddRowStyle" data-uid="C1.Win.List.Split.OddRowStyle">
          <a class="xref" href="C1.Win.List.Split.OddRowStyle.html#C1_Win_List_Split_OddRowStyle">OddRowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.List.Split.Style.html#C1_Win_List_Split_Style">Style</a> object that controls the appearance of an odd-numbered row when using <a class="xref" href="C1.Win.List.ListBase.C1ListBase.AlternatingRows.html#C1_Win_List_ListBase_C1ListBase_AlternatingRows">AlternatingRows</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_RecordSelectorStyle" data-uid="C1.Win.List.Split.RecordSelectorStyle">
          <a class="xref" href="C1.Win.List.Split.RecordSelectorStyle.html#C1_Win_List_Split_RecordSelectorStyle">RecordSelectorStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.List.Split.Style.html#C1_Win_List_Split_Style">Style</a> object that controls the appearance of the RecordSelectors&quot;/&gt;.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_SelectedStyle" data-uid="C1.Win.List.Split.SelectedStyle">
          <a class="xref" href="C1.Win.List.Split.SelectedStyle.html#C1_Win_List_Split_SelectedStyle">SelectedStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="C1.Win.List.Split.Style.html#C1_Win_List_Split_Style">Style</a> object that controls the appearance of selected rows and columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_SplitSize" data-uid="C1.Win.List.Split.SplitSize">
          <a class="xref" href="C1.Win.List.Split.SplitSize.html#C1_Win_List_Split_SplitSize">SplitSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of a split.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_SplitSizeMode" data-uid="C1.Win.List.Split.SplitSizeMode">
          <a class="xref" href="C1.Win.List.Split.SplitSizeMode.html#C1_Win_List_Split_SplitSizeMode">SplitSizeMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating how the <a class="xref" href="C1.Win.List.Split.SplitSize.html#C1_Win_List_Split_SplitSize">SplitSize</a> property is used to determine the actual size of a split.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_Style" data-uid="C1.Win.List.Split.Style">
          <a class="xref" href="C1.Win.List.Split.Style.html#C1_Win_List_Split_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the root <a class="xref" href="C1.Win.List.Split.Style.html#C1_Win_List_Split_Style">Style</a> object for the Split.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_VScrollBar" data-uid="C1.Win.List.Split.VScrollBar">
          <a class="xref" href="C1.Win.List.Split.VScrollBar.html#C1_Win_List_Split_VScrollBar">VScrollBar</a>
        </td>
        <td class="markdown level1 summary"><p>Gets 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_Split_VerticalScrollGroup" data-uid="C1.Win.List.Split.VerticalScrollGroup">
          <a class="xref" href="C1.Win.List.Split.VerticalScrollGroup.html#C1_Win_List_Split_VerticalScrollGroup">VerticalScrollGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the group which synchronizes verticall scrolling between splits.</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_Split_AddCellStyle_C1_Win_List_CellStyleFlag_C1_Win_List_Style_" data-uid="C1.Win.List.Split.AddCellStyle(C1.Win.List.CellStyleFlag,C1.Win.List.Style)">
          <a class="xref" href="C1.Win.List.Split.AddCellStyle.html#C1_Win_List_Split_AddCellStyle_C1_Win_List_CellStyleFlag_C1_Win_List_Style_">AddCellStyle(CellStyleFlag, Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Controls the <a class="xref" href="C1.Win.List.Split.Style.html#C1_Win_List_Split_Style">Style</a> used to change the appearance for cells meeting the specified condition.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_AddRegexCellStyle_C1_Win_List_CellStyleFlag_C1_Win_List_Style_System_String_" data-uid="C1.Win.List.Split.AddRegexCellStyle(C1.Win.List.CellStyleFlag,C1.Win.List.Style,System.String)">
          <a class="xref" href="C1.Win.List.Split.AddRegexCellStyle.html#C1_Win_List_Split_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 <a class="xref" href="C1.Win.List.Split.Style.html#C1_Win_List_Split_Style">Style</a> used to change the appearance of cells according to their contents.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_ClearCellStyle_C1_Win_List_CellStyleFlag_" data-uid="C1.Win.List.Split.ClearCellStyle(C1.Win.List.CellStyleFlag)">
          <a class="xref" href="C1.Win.List.Split.ClearCellStyle.html#C1_Win_List_Split_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.Split.AddCellStyle.html#C1_Win_List_Split_AddCellStyle_C1_Win_List_CellStyleFlag_C1_Win_List_Style_">AddCellStyle(CellStyleFlag, Style)</a> method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_ClearRegexCellStyle_C1_Win_List_CellStyleFlag_" data-uid="C1.Win.List.Split.ClearRegexCellStyle(C1.Win.List.CellStyleFlag)">
          <a class="xref" href="C1.Win.List.Split.ClearRegexCellStyle.html#C1_Win_List_Split_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.Split.AddCellStyle.html#C1_Win_List_Split_AddCellStyle_C1_Win_List_CellStyleFlag_C1_Win_List_Style_">AddCellStyle(CellStyleFlag, Style)</a> method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_ClearRegexCellStyle_C1_Win_List_CellStyleFlag_System_String_" data-uid="C1.Win.List.Split.ClearRegexCellStyle(C1.Win.List.CellStyleFlag,System.String)">
          <a class="xref" href="C1.Win.List.Split.ClearRegexCellStyle.html#C1_Win_List_Split_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.Split.AddRegexCellStyle.html#C1_Win_List_Split_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_Split_FilterColumnAt_System_Drawing_Point_System_Int32__" data-uid="C1.Win.List.Split.FilterColumnAt(System.Drawing.Point,System.Int32@)">
          <a class="xref" href="C1.Win.List.Split.FilterColumnAt.html#C1_Win_List_Split_FilterColumnAt_System_Drawing_Point_System_Int32__">FilterColumnAt(Point, out int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_OnFilterChanged" data-uid="C1.Win.List.Split.OnFilterChanged">
          <a class="xref" href="C1.Win.List.Split.OnFilterChanged.html#C1_Win_List_Split_OnFilterChanged">OnFilterChanged()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_ResetCaptionHeight" data-uid="C1.Win.List.Split.ResetCaptionHeight">
          <a class="xref" href="C1.Win.List.Split.ResetCaptionHeight.html#C1_Win_List_Split_ResetCaptionHeight">ResetCaptionHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Restore the <a class="xref" href="C1.Win.List.Split.CaptionHeight.html#C1_Win_List_Split_CaptionHeight">CaptionHeight</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_ResetColumnCaptionHeight" data-uid="C1.Win.List.Split.ResetColumnCaptionHeight">
          <a class="xref" href="C1.Win.List.Split.ResetColumnCaptionHeight.html#C1_Win_List_Split_ResetColumnCaptionHeight">ResetColumnCaptionHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Restore the <a class="xref" href="C1.Win.List.Split.ColumnCaptionHeight.html#C1_Win_List_Split_ColumnCaptionHeight">ColumnCaptionHeight</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_ResetColumnFooterHeight" data-uid="C1.Win.List.Split.ResetColumnFooterHeight">
          <a class="xref" href="C1.Win.List.Split.ResetColumnFooterHeight.html#C1_Win_List_Split_ResetColumnFooterHeight">ResetColumnFooterHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Restore the <a class="xref" href="C1.Win.List.Split.ColumnFooterHeight.html#C1_Win_List_Split_ColumnFooterHeight">ColumnFooterHeight</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_ShouldSerializeCaptionHeight" data-uid="C1.Win.List.Split.ShouldSerializeCaptionHeight">
          <a class="xref" href="C1.Win.List.Split.ShouldSerializeCaptionHeight.html#C1_Win_List_Split_ShouldSerializeCaptionHeight">ShouldSerializeCaptionHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.List.Split.CaptionHeight.html#C1_Win_List_Split_CaptionHeight">CaptionHeight</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_ShouldSerializeColumnCaptionHeight" data-uid="C1.Win.List.Split.ShouldSerializeColumnCaptionHeight">
          <a class="xref" href="C1.Win.List.Split.ShouldSerializeColumnCaptionHeight.html#C1_Win_List_Split_ShouldSerializeColumnCaptionHeight">ShouldSerializeColumnCaptionHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.List.Split.ColumnCaptionHeight.html#C1_Win_List_Split_ColumnCaptionHeight">ColumnCaptionHeight</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_ShouldSerializeColumnFooterHeight" data-uid="C1.Win.List.Split.ShouldSerializeColumnFooterHeight">
          <a class="xref" href="C1.Win.List.Split.ShouldSerializeColumnFooterHeight.html#C1_Win_List_Split_ShouldSerializeColumnFooterHeight">ShouldSerializeColumnFooterHeight()</a>
        </td>
        <td class="markdown level1 summary"><p>Indicates whether the <a class="xref" href="C1.Win.List.Split.ColumnFooterHeight.html#C1_Win_List_Split_ColumnFooterHeight">ColumnFooterHeight</a> has a default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_computeColHeaderArea" data-uid="C1.Win.List.Split.computeColHeaderArea">
          <a class="xref" href="C1.Win.List.Split.computeColHeaderArea.html#C1_Win_List_Split_computeColHeaderArea">computeColHeaderArea()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_drawMarquee_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.List.Split.drawMarquee(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.List.Split.drawMarquee.html#C1_Win_List_Split_drawMarquee_System_Windows_Forms_PaintEventArgs_">drawMarquee(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_getEditData_System_Int32_C1_Win_List_C1DisplayColumn_" data-uid="C1.Win.List.Split.getEditData(System.Int32,C1.Win.List.C1DisplayColumn)">
          <a class="xref" href="C1.Win.List.Split.getEditData.html#C1_Win_List_Split_getEditData_System_Int32_C1_Win_List_C1DisplayColumn_">getEditData(int, C1DisplayColumn)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_getFilterRect_System_Int32_" data-uid="C1.Win.List.Split.getFilterRect(System.Int32)">
          <a class="xref" href="C1.Win.List.Split.getFilterRect.html#C1_Win_List_Split_getFilterRect_System_Int32_">getFilterRect(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_getFilterTextRect_System_Int32_" data-uid="C1.Win.List.Split.getFilterTextRect(System.Int32)">
          <a class="xref" href="C1.Win.List.Split.getFilterTextRect.html#C1_Win_List_Split_getFilterTextRect_System_Int32_">getFilterTextRect(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_getHScrollRect" data-uid="C1.Win.List.Split.getHScrollRect">
          <a class="xref" href="C1.Win.List.Split.getHScrollRect.html#C1_Win_List_Split_getHScrollRect">getHScrollRect()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_invalidateCurrentCell" data-uid="C1.Win.List.Split.invalidateCurrentCell">
          <a class="xref" href="C1.Win.List.Split.invalidateCurrentCell.html#C1_Win_List_Split_invalidateCurrentCell">invalidateCurrentCell()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_keyLeft" data-uid="C1.Win.List.Split.keyLeft">
          <a class="xref" href="C1.Win.List.Split.keyLeft.html#C1_Win_List_Split_keyLeft">keyLeft()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_keyPgDown" data-uid="C1.Win.List.Split.keyPgDown">
          <a class="xref" href="C1.Win.List.Split.keyPgDown.html#C1_Win_List_Split_keyPgDown">keyPgDown()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_keyPgUp" data-uid="C1.Win.List.Split.keyPgUp">
          <a class="xref" href="C1.Win.List.Split.keyPgUp.html#C1_Win_List_Split_keyPgUp">keyPgUp()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_keyRight" data-uid="C1.Win.List.Split.keyRight">
          <a class="xref" href="C1.Win.List.Split.keyRight.html#C1_Win_List_Split_keyRight">keyRight()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_keyUp" data-uid="C1.Win.List.Split.keyUp">
          <a class="xref" href="C1.Win.List.Split.keyUp.html#C1_Win_List_Split_keyUp">keyUp()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_renderInnerCell_System_Drawing_Graphics_C1_Win_List_Style_System_Drawing_Rectangle__System_Int32_System_Int32_System_String_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Drawing_Image_" data-uid="C1.Win.List.Split.renderInnerCell(System.Drawing.Graphics,C1.Win.List.Style,System.Drawing.Rectangle@,System.Int32,System.Int32,System.String,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Drawing.Image)">
          <a class="xref" href="C1.Win.List.Split.renderInnerCell.html#C1_Win_List_Split_renderInnerCell_System_Drawing_Graphics_C1_Win_List_Style_System_Drawing_Rectangle__System_Int32_System_Int32_System_String_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Drawing_Image_">renderInnerCell(Graphics, Style, ref Rectangle, int, int, string, bool, bool, bool, bool, Image)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_Split_setCurrentCell_System_Int32_System_Int32_" data-uid="C1.Win.List.Split.setCurrentCell(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.List.Split.setCurrentCell.html#C1_Win_List_Split_setCurrentCell_System_Int32_System_Int32_">setCurrentCell(int, int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
