# C1.Win.List.ListBase.View

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_List_ListBase_View" data-uid="C1.Win.List.ListBase.View" class="text-break">View Class
</h1>
  <div class="markdown level0 summary"><p>Base class for splits.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">View</span></div>
      <div class="level2"><a class="xref" href="C1.Win.List.Split.html">Split</a></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.ListBase.html">C1.Win.List.ListBase</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.4.8.dll</h6>
  <h5 id="C1_Win_List_ListBase_View_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter))]
public class View : IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter))&gt;
Public Class 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_ListBase_View_AllowAddNew" data-uid="C1.Win.List.ListBase.View.AllowAddNew">
          <a class="xref" href="C1.Win.List.ListBase.View.AllowAddNew.html#C1_Win_List_ListBase_View_AllowAddNew">AllowAddNew</a>
        </td>
        <td class="markdown level1 summary"></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_View_Dispose" data-uid="C1.Win.List.ListBase.View.Dispose">
          <a class="xref" href="C1.Win.List.ListBase.View.Dispose.html#C1_Win_List_ListBase_View_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the resources used by the view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_Dispose_System_Boolean_" data-uid="C1.Win.List.ListBase.View.Dispose(System.Boolean)">
          <a class="xref" href="C1.Win.List.ListBase.View.Dispose.html#C1_Win_List_ListBase_View_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the resources used by the view.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_FixedCols" data-uid="C1.Win.List.ListBase.View.FixedCols">
          <a class="xref" href="C1.Win.List.ListBase.View.FixedCols.html#C1_Win_List_ListBase_View_FixedCols">FixedCols()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the number of fixed columns.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_GetClientRect" data-uid="C1.Win.List.ListBase.View.GetClientRect">
          <a class="xref" href="C1.Win.List.ListBase.View.GetClientRect.html#C1_Win_List_ListBase_View_GetClientRect">GetClientRect()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the client rectangle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_ToString" data-uid="C1.Win.List.ListBase.View.ToString">
          <a class="xref" href="C1.Win.List.ListBase.View.ToString.html#C1_Win_List_ListBase_View_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the string that represents the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_adjustBottomRow_System_Int32_" data-uid="C1.Win.List.ListBase.View.adjustBottomRow(System.Int32)">
          <a class="xref" href="C1.Win.List.ListBase.View.adjustBottomRow.html#C1_Win_List_ListBase_View_adjustBottomRow_System_Int32_">adjustBottomRow(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_beginMoveColumn_System_Drawing_Point_System_Int32_" data-uid="C1.Win.List.ListBase.View.beginMoveColumn(System.Drawing.Point,System.Int32)">
          <a class="xref" href="C1.Win.List.ListBase.View.beginMoveColumn.html#C1_Win_List_ListBase_View_beginMoveColumn_System_Drawing_Point_System_Int32_">beginMoveColumn(Point, int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_canEdit" data-uid="C1.Win.List.ListBase.View.canEdit">
          <a class="xref" href="C1.Win.List.ListBase.View.canEdit.html#C1_Win_List_ListBase_View_canEdit">canEdit()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_clearSort_System_Int32_" data-uid="C1.Win.List.ListBase.View.clearSort(System.Int32)">
          <a class="xref" href="C1.Win.List.ListBase.View.clearSort.html#C1_Win_List_ListBase_View_clearSort_System_Int32_">clearSort(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_clipDataRect_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.List.ListBase.View.clipDataRect(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.View.clipDataRect.html#C1_Win_List_ListBase_View_clipDataRect_System_Windows_Forms_PaintEventArgs_">clipDataRect(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_computeColFooterArea" data-uid="C1.Win.List.ListBase.View.computeColFooterArea">
          <a class="xref" href="C1.Win.List.ListBase.View.computeColFooterArea.html#C1_Win_List_ListBase_View_computeColFooterArea">computeColFooterArea()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_computeColHeaderArea" data-uid="C1.Win.List.ListBase.View.computeColHeaderArea">
          <a class="xref" href="C1.Win.List.ListBase.View.computeColHeaderArea.html#C1_Win_List_ListBase_View_computeColHeaderArea">computeColHeaderArea()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_computeRectAreas" data-uid="C1.Win.List.ListBase.View.computeRectAreas">
          <a class="xref" href="C1.Win.List.ListBase.View.computeRectAreas.html#C1_Win_List_ListBase_View_computeRectAreas">computeRectAreas()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_continueMoveColumn_System_Drawing_Point_" data-uid="C1.Win.List.ListBase.View.continueMoveColumn(System.Drawing.Point)">
          <a class="xref" href="C1.Win.List.ListBase.View.continueMoveColumn.html#C1_Win_List_ListBase_View_continueMoveColumn_System_Drawing_Point_">continueMoveColumn(Point)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_displayCollectionClearedComplete_C1_Win_List_C1DisplayColumnCollection_" data-uid="C1.Win.List.ListBase.View.displayCollectionClearedComplete(C1.Win.List.C1DisplayColumnCollection)">
          <a class="xref" href="C1.Win.List.ListBase.View.displayCollectionClearedComplete.html#C1_Win_List_ListBase_View_displayCollectionClearedComplete_C1_Win_List_C1DisplayColumnCollection_">displayCollectionClearedComplete(C1DisplayColumnCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Calls when <a class="xref" href="C1.Win.List.C1DisplayColumnCollection.html">C1DisplayColumnCollection</a> clear completed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_displayInsertionPoint_System_Int32_System_Drawing_Point_" data-uid="C1.Win.List.ListBase.View.displayInsertionPoint(System.Int32,System.Drawing.Point)">
          <a class="xref" href="C1.Win.List.ListBase.View.displayInsertionPoint.html#C1_Win_List_ListBase_View_displayInsertionPoint_System_Int32_System_Drawing_Point_">displayInsertionPoint(int, Point)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_drawCellLines_System_Windows_Forms_PaintEventArgs_System_Drawing_Rectangle_C1_Win_List_C1DisplayColumn_" data-uid="C1.Win.List.ListBase.View.drawCellLines(System.Windows.Forms.PaintEventArgs,System.Drawing.Rectangle,C1.Win.List.C1DisplayColumn)">
          <a class="xref" href="C1.Win.List.ListBase.View.drawCellLines.html#C1_Win_List_ListBase_View_drawCellLines_System_Windows_Forms_PaintEventArgs_System_Drawing_Rectangle_C1_Win_List_C1DisplayColumn_">drawCellLines(PaintEventArgs, Rectangle, C1DisplayColumn)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_drawCells_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.List.ListBase.View.drawCells(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.View.drawCells.html#C1_Win_List_ListBase_View_drawCells_System_Windows_Forms_PaintEventArgs_">drawCells(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_drawColMoveIndicator_System_Int32_System_Drawing_Point_" data-uid="C1.Win.List.ListBase.View.drawColMoveIndicator(System.Int32,System.Drawing.Point)">
          <a class="xref" href="C1.Win.List.ListBase.View.drawColMoveIndicator.html#C1_Win_List_ListBase_View_drawColMoveIndicator_System_Int32_System_Drawing_Point_">drawColMoveIndicator(int, Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the column move indicator.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_drawMarquee_System_Windows_Forms_PaintEventArgs_" data-uid="C1.Win.List.ListBase.View.drawMarquee(System.Windows.Forms.PaintEventArgs)">
          <a class="xref" href="C1.Win.List.ListBase.View.drawMarquee.html#C1_Win_List_ListBase_View_drawMarquee_System_Windows_Forms_PaintEventArgs_">drawMarquee(PaintEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_endHorizontalResizing" data-uid="C1.Win.List.ListBase.View.endHorizontalResizing">
          <a class="xref" href="C1.Win.List.ListBase.View.endHorizontalResizing.html#C1_Win_List_ListBase_View_endHorizontalResizing">endHorizontalResizing()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_endMoveColumn_System_Drawing_Point_" data-uid="C1.Win.List.ListBase.View.endMoveColumn(System.Drawing.Point)">
          <a class="xref" href="C1.Win.List.ListBase.View.endMoveColumn.html#C1_Win_List_ListBase_View_endMoveColumn_System_Drawing_Point_">endMoveColumn(Point)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_findTopRow_System_Int32_System_Int32_" data-uid="C1.Win.List.ListBase.View.findTopRow(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.List.ListBase.View.findTopRow.html#C1_Win_List_ListBase_View_findTopRow_System_Int32_System_Int32_">findTopRow(int, int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_getColumnFooterRect_System_Int32_" data-uid="C1.Win.List.ListBase.View.getColumnFooterRect(System.Int32)">
          <a class="xref" href="C1.Win.List.ListBase.View.getColumnFooterRect.html#C1_Win_List_ListBase_View_getColumnFooterRect_System_Int32_">getColumnFooterRect(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_getEditData_System_Int32_C1_Win_List_C1DisplayColumn_" data-uid="C1.Win.List.ListBase.View.getEditData(System.Int32,C1.Win.List.C1DisplayColumn)">
          <a class="xref" href="C1.Win.List.ListBase.View.getEditData.html#C1_Win_List_ListBase_View_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_ListBase_View_getEditRect_C1_Win_List_Style_" data-uid="C1.Win.List.ListBase.View.getEditRect(C1.Win.List.Style)">
          <a class="xref" href="C1.Win.List.ListBase.View.getEditRect.html#C1_Win_List_ListBase_View_getEditRect_C1_Win_List_Style_">getEditRect(Style)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_getHScrollRect" data-uid="C1.Win.List.ListBase.View.getHScrollRect">
          <a class="xref" href="C1.Win.List.ListBase.View.getHScrollRect.html#C1_Win_List_ListBase_View_getHScrollRect">getHScrollRect()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_getLeftStartPos" data-uid="C1.Win.List.ListBase.View.getLeftStartPos">
          <a class="xref" href="C1.Win.List.ListBase.View.getLeftStartPos.html#C1_Win_List_ListBase_View_getLeftStartPos">getLeftStartPos()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_getRecordSelectorRect_System_Int32_" data-uid="C1.Win.List.ListBase.View.getRecordSelectorRect(System.Int32)">
          <a class="xref" href="C1.Win.List.ListBase.View.getRecordSelectorRect.html#C1_Win_List_ListBase_View_getRecordSelectorRect_System_Int32_">getRecordSelectorRect(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_invalidateCurrentCell" data-uid="C1.Win.List.ListBase.View.invalidateCurrentCell">
          <a class="xref" href="C1.Win.List.ListBase.View.invalidateCurrentCell.html#C1_Win_List_ListBase_View_invalidateCurrentCell">invalidateCurrentCell()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_isLeftInsert_System_Int32_System_Drawing_Point_" data-uid="C1.Win.List.ListBase.View.isLeftInsert(System.Int32,System.Drawing.Point)">
          <a class="xref" href="C1.Win.List.ListBase.View.isLeftInsert.html#C1_Win_List_ListBase_View_isLeftInsert_System_Int32_System_Drawing_Point_">isLeftInsert(int, Point)</a>
        </td>
        <td class="markdown level1 summary"><p>returns true if we displaying the insertion point on the leftside of the rect</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_keyEnd" data-uid="C1.Win.List.ListBase.View.keyEnd">
          <a class="xref" href="C1.Win.List.ListBase.View.keyEnd.html#C1_Win_List_ListBase_View_keyEnd">keyEnd()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_keyEnd_System_Boolean_" data-uid="C1.Win.List.ListBase.View.keyEnd(System.Boolean)">
          <a class="xref" href="C1.Win.List.ListBase.View.keyEnd.html#C1_Win_List_ListBase_View_keyEnd_System_Boolean_">keyEnd(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_keyHome" data-uid="C1.Win.List.ListBase.View.keyHome">
          <a class="xref" href="C1.Win.List.ListBase.View.keyHome.html#C1_Win_List_ListBase_View_keyHome">keyHome()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_keyHome_System_Boolean_" data-uid="C1.Win.List.ListBase.View.keyHome(System.Boolean)">
          <a class="xref" href="C1.Win.List.ListBase.View.keyHome.html#C1_Win_List_ListBase_View_keyHome_System_Boolean_">keyHome(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_keyLeft" data-uid="C1.Win.List.ListBase.View.keyLeft">
          <a class="xref" href="C1.Win.List.ListBase.View.keyLeft.html#C1_Win_List_ListBase_View_keyLeft">keyLeft()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_keyLeft_System_Char_System_Boolean_" data-uid="C1.Win.List.ListBase.View.keyLeft(System.Char,System.Boolean)">
          <a class="xref" href="C1.Win.List.ListBase.View.keyLeft.html#C1_Win_List_ListBase_View_keyLeft_System_Char_System_Boolean_">keyLeft(char, bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_keyPgDown" data-uid="C1.Win.List.ListBase.View.keyPgDown">
          <a class="xref" href="C1.Win.List.ListBase.View.keyPgDown.html#C1_Win_List_ListBase_View_keyPgDown">keyPgDown()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_keyPgDown_System_Boolean_" data-uid="C1.Win.List.ListBase.View.keyPgDown(System.Boolean)">
          <a class="xref" href="C1.Win.List.ListBase.View.keyPgDown.html#C1_Win_List_ListBase_View_keyPgDown_System_Boolean_">keyPgDown(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_keyPgUp" data-uid="C1.Win.List.ListBase.View.keyPgUp">
          <a class="xref" href="C1.Win.List.ListBase.View.keyPgUp.html#C1_Win_List_ListBase_View_keyPgUp">keyPgUp()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_keyPgUp_System_Boolean_" data-uid="C1.Win.List.ListBase.View.keyPgUp(System.Boolean)">
          <a class="xref" href="C1.Win.List.ListBase.View.keyPgUp.html#C1_Win_List_ListBase_View_keyPgUp_System_Boolean_">keyPgUp(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_keyRight" data-uid="C1.Win.List.ListBase.View.keyRight">
          <a class="xref" href="C1.Win.List.ListBase.View.keyRight.html#C1_Win_List_ListBase_View_keyRight">keyRight()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_keyRight_System_Boolean_" data-uid="C1.Win.List.ListBase.View.keyRight(System.Boolean)">
          <a class="xref" href="C1.Win.List.ListBase.View.keyRight.html#C1_Win_List_ListBase_View_keyRight_System_Boolean_">keyRight(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_keyUp" data-uid="C1.Win.List.ListBase.View.keyUp">
          <a class="xref" href="C1.Win.List.ListBase.View.keyUp.html#C1_Win_List_ListBase_View_keyUp">keyUp()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_keyUp_System_Boolean_" data-uid="C1.Win.List.ListBase.View.keyUp(System.Boolean)">
          <a class="xref" href="C1.Win.List.ListBase.View.keyUp.html#C1_Win_List_ListBase_View_keyUp_System_Boolean_">keyUp(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_needsHorzSB" data-uid="C1.Win.List.ListBase.View.needsHorzSB">
          <a class="xref" href="C1.Win.List.ListBase.View.needsHorzSB.html#C1_Win_List_ListBase_View_needsHorzSB">needsHorzSB()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_partialRow_System_Int32_" data-uid="C1.Win.List.ListBase.View.partialRow(System.Int32)">
          <a class="xref" href="C1.Win.List.ListBase.View.partialRow.html#C1_Win_List_ListBase_View_partialRow_System_Int32_">partialRow(int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_pointInColWidth_System_Drawing_Point_" data-uid="C1.Win.List.ListBase.View.pointInColWidth(System.Drawing.Point)">
          <a class="xref" href="C1.Win.List.ListBase.View.pointInColWidth.html#C1_Win_List_ListBase_View_pointInColWidth_System_Drawing_Point_">pointInColWidth(Point)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_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.ListBase.View.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.ListBase.View.renderInnerCell.html#C1_Win_List_ListBase_View_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_ListBase_View_setCurrentCell_System_Int32_System_Int32_" data-uid="C1.Win.List.ListBase.View.setCurrentCell(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.List.ListBase.View.setCurrentCell.html#C1_Win_List_ListBase_View_setCurrentCell_System_Int32_System_Int32_">setCurrentCell(int, int)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_ListBase_View_setHBarPages" data-uid="C1.Win.List.ListBase.View.setHBarPages">
          <a class="xref" href="C1.Win.List.ListBase.View.setHBarPages.html#C1_Win_List_ListBase_View_setHBarPages">setHBarPages()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
