Back

ScrollList()




    USAGE

    void ScrollList(ListInfo)

    FUNCTION

    This redraws the list described by ListInfo to reflect the position of the scroll bar.

    Call this routine after the user has clicked on the scroll bar gadget. This should be done on a GADGETUP event, not a GADGETDOWN, because GADGETDOWN only reflects where the scroll bar started.

    INPUTS

    ListInfo = Pointer to ListInfo structure that describes the list.

    RESULT

    none (void)

    SEE ALSO

    DrawList, SizeList, ClickList, InsertListItem, SetScrollBar, RemoveListItem