# C1.Win.List.SelectionModeEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_List_SelectionModeEnum" data-uid="C1.Win.List.SelectionModeEnum" class="text-break">SelectionModeEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the UI behavior for selecting rows and columns.</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.4.8.dll</h6>
  <h5 id="C1_Win_List_SelectionModeEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SelectionModeEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SelectionModeEnum</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_SelectionModeEnum_CheckBox">CheckBox</td>
        <td><p>The user can select or unselect rows by clicking checkboxes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_SelectionModeEnum_MultiExtended">MultiExtended</td>
        <td><p>Pressing Shift and clicking the mouse or pressing Shift and one of the arrow keys
(Up Arrow, Down Arrow, Left Arrow, or Right Arrow) extends the selection from
the previously selected item to the current item.  Pressing Ctrl and clicking
the mouse selects or deselects an item in the list.  Since selected rows do not
have to be adjacent, the user can also operate the vertical scroll bar to bring
other rows into view if desired.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_SelectionModeEnum_MultiSimple">MultiSimple</td>
        <td><p>If the user clicks a row, that row is selected, and the SelectedIndex property returns a bookmark for that row.<br>
If more than one row is selected, the SelectedIndex property returns the bookmark
of the most recently selected row, and the SelectedIndices collection contains the
bookmarks for all selected rows. The user can also unselect a row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_SelectionModeEnum_None">None</td>
        <td><p>The user cannot select rows.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_SelectionModeEnum_One">One</td>
        <td><p>Only one item in the list can be selected.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
