ExtendSelect Method (ListView)
Class
ListView
.
Action
Selects a range of items by extending the selection in the extend-selection listview.
Syntax
C#
listView
.
ExtendSelect
(
item
)
VB
listView
.
ExtendSelect
(
item
)
Variable
Description
item
The item to select.
ItemIdentifier
.