This version of Unity is unsupported.

ListView.SetSelectionWithoutNotify

Declaration

public void SetSelectionWithoutNotify(IEnumerable<int> indices);

Parameters

indices Collection of items to be selected.

Description

Sets a collection of selected items without triggering a selection change callback.