Name
Listview.Move -- move entry to new position
Synopsis
mui.DoMethod(id, "Move", from, to)
Function
Move an entry from one position to another. Positions have to be passed as absolute values starting from 0 to Listview.Entries-1 or pass one of the following special values:

Top
Use top entry.

Active
Use active entry.

Bottom
Use bottom entry.

Next
Use next entry. This is only valid for the second parameter.

Previous
Use previous entry. This is only valid for the second parameter.

Inputs
id
id of the listview object
from
number of the first entry
to
number of the second entry

Show TOC