# C1.Win.List.ExposeCellModeEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_List_ExposeCellModeEnum" data-uid="C1.Win.List.ExposeCellModeEnum" class="text-break">ExposeCellModeEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how the grid exposes the rightmost column when it gets focus.</p>
</div>
  <div class="markdown level0 conceptual"></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.10.dll</h6>
  <h5 id="C1_Win_List_ExposeCellModeEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ExposeCellModeEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ExposeCellModeEnum</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_List_ExposeCellModeEnum_ScrollNever">ScrollNever</td>
        <td><p>The grid will always leave the rightmost column clipped.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ExposeCellModeEnum_ScrollOnEdit">ScrollOnEdit</td>
        <td><p>The grid will not move when the rightmost column is clicked initially. However, if the user attempts to edit the cell, then the grid will scroll to the left to display the rightmost column in its entirety.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_ExposeCellModeEnum_ScrollOnSelect">ScrollOnSelect</td>
        <td><p>The grid will scroll to the left to display the rightmost column in its entirety.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
