PyCListBox
.SetTopIndex
SetTopIndex(
index
)
Sets the top index (top most visible item) of the listbox.
Parameters
index
: int
The zero based index of the item to place at the top of the list.
MFC References
CListBox::SetTopIndex