VAAutoScroll
Applies to
VAList
Description
Setting this property False prevents the currently selected VAList item from automatically scrolling to the top of the list if the list is used as an auto-fill record list (VARecordList = True).
Remarks
The default behavior of the record list VAList (VARecordList = True) is to keep the current record as the first item in the listbox, whether or not the positioning was changed by the listbox or by other means, such as a scrollbar or a GetEqual command. If VAAutoScroll is False, this default behavior is defeated and the VAList moves the current record to the top of the list only when positioning is changed by a source other than the listbox itself; i.e., clicking on an item in the listbox will reposition the VAccess control, but will not change the items in the listbox.