Method MoveHome
MoveHome(bool)
Changes the SelectedItem to the first item in the list, scrolling the list if needed.
public bool MoveHome(bool extend = false)
Parameters
extendboolIf true and MarkMultiple is enabled, extends the selection from the anchor to the new item. If false, clears any existing multi-selection.