Specifies the type of auto scrolling.
SyntaxVB6
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