Fires when the user scrolls the tree vertically.
Parameters
| Parameter | Description |
|---|---|
| TopItem | The new top item |
The OnVScroll event fires when the user scrolls the tree control whether by navigating with the keyboard or by moving the scroll bar. The TopItem parameter is the key to the new item at the top of the tree. Its value is the same as the TopItem property.
Transfer Param1 to TopItem // Synchronize scrolling with another tree Set_Property(@Window:".OLE_TREE_OTHER", "OLE.TopItem", TopItem) |