Method MoveUp
MoveUp(bool)
Changes the SelectedItem to the previous item in the list, scrolling the list if needed.
public bool MoveUp(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.