MultiSelect (ListView)

Returns or sets a value indicating whether a user can select multiple ListItems in the ListView control.

Syntax

object.MultiSelect [= boolean]

The parts of the MultiSelect property syntax are described in the following table.

Part Description
object An object expression that evaluates to a ListView conrol.
boolean A value specifying the type of selection, as described in Settings.

Settings

The settings for boolean are described in the following table.

Setting Description
True Multiple selection. Pressing SHIFT and clicking the mouse or pressing SHIFT and one of the arrow Keys (UP ARROW, DOWN ARROW, LEFT ARROW, and RIGHT ARROW) extends the selection from the previously selected ListItem to the current ListItem. Pressing CTRL and clicking the mouse selects or deselects a ListItem in the list.
False (Default) Selecting multiple ListItems isn't allowed.