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