ItemList.select

Select the item at the specified index. Note: This method does not trigger the item selection signal.

struct ItemList
@nogc nothrow
void
select
(
in long idx
,
in bool single = true
)

Meta