Search
EScrollType Enumeration
See Also
 



Specifies the type of auto scrolling.

 Syntax

VB6  Copy Code

Public Enum EScrollType

C++  Copy Code

enum EScrollType

 Members

  Member name Value Description

stByFixedAmount

0

Moving an item beyond the viewport border adds a fixed amount to the scroll position.

stKeepItemVisible

1

Moving an item beyond the viewport border adds enough to keep the item entirely visible.

 See Also