mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-10 06:34:40 +08:00
26 lines
459 B
HTML
26 lines
459 B
HTML
---
|
|
layout: docs
|
|
title: MultiselectList
|
|
---
|
|
|
|
<h2>Summary</h2>
|
|
|
|
<div class="markdown-from-sourecode">
|
|
<p><p>MultiselectList wraps {ListTabular} and makes it easy to present a
|
|
{ModelView} with selection support. It adds a checkbox column to the columns
|
|
you provide, and also handles:</p>
|
|
<ul>
|
|
<li>Command-clicking individual items</li>
|
|
<li>Shift-clicking to select a range</li>
|
|
<li>Using the keyboard to select a range</li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
|
|
<ul>
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
|