| Value | Meaning |
|---|---|
| TOP_LEFT0 | Scroll the object vertically and horizontally to the top left corner of the window. |
| BOTTOM_RIGHT1 | Scroll the object vertically and horizontally to the bottom right corner of the window. |
| TOP_EDGE2 | Scroll the object vertically to the top edge of the window. |
| BOTTOM_EDGE3 | Scroll the object vertically to the bottom edge of the window. |
| LEFT_EDGE4 | Scroll the object vertically and horizontally to the left edge of the window. |
| RIGHT_EDGE5 | Scroll the object vertically and horizontally to the right edge of the window. |
| ANYWHERE6 | Scroll the object vertically and horizontally so that as much as possible of the object becomes visible. The exact placement is determined by the application. |
Specifies where an object should be placed on the screen when using scroll_to.