MultiSelect Property

Returns or sets whether the control supports multiple selection. Design-time only. This property cannot be modified at run-time.

object.MultiSelect = [boolean]

Where object is an object expression that evaluates to one of the controls in the Applies To list, and boolean is a boolean expression that evaluates to either True or False, as described in Settings.

Use

This property determines whether multiple list items can be selected by the user at the same time. Multiple items can be selected by holding down either the SHIFT or CTRL during selection.

Settings

Setting

Description

True

Enable multi-select for list items.

False

(Default) Disable multi-select for list items.

See Also

LastItemClicked property | Selected property | Checkboxes property

Applies To

ListView control


© 2004-2021 looksoftware. All rights reserved.