set-first-visible-item in list-box%
Scrolls the list box so that the specified item is at the top of the list box display.
A list box's scroll position can be changed
by the user clicking the control, and such changes do not go through this method. A program
cannot detect when the scroll position
changes except by polling get-first-visible-item.
(-> voidsenda-list-boxset-first-visible-itemn)
n: exact non-negative integerShows the item indexed by
nat the list box's top. List box items are indexed from0. Ifnis equal to or larger than the number of choices, anexn:fail:contractexception is raised.