List - VerticalScrollTo Method

Set the vertical scroll position using an item

Member of List (PRIM_LIST)

Parameters

NameTypeData TypeDescription
Item*InputPRIM_LIST.ListItemItem in the list to be positioned to
ScrollPosition*InputEnumerationPosition of the item within the view port

Details

The VerticalScrollTo method scrolls the container so that the Item moves to the position specified within the viewport.

Allowed Values

Enum ValueDescription
BottomMove to the bottom
CenterMove to the center
TopMove to the top
VisibleEnsure it is visible within the viewport


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2