Function

Windows.Scrolling.Vertical.Scroll

Void Windows.Scrolling.Vertical.Scroll(Int32 value)
API http://api.avolites.com/11.0/Windows.Scrolling.Vertical.Scroll.html
description Scrolls the currently selected window up/down by [value] pixel.
namespace Windows.Scrolling.Vertical
parameter value ( Int32 ) : the amount to scroll by
negative values scroll up, positive values scroll down
as a rule of thumb, on a fullHD display with normal button size and number,
each button row is approx. 50 px. high. Thus, Scroll(1000) would scroll approx. 20 rows down.
return value Void
Example in

Create Workspaces:

  <step>Windows.Scrolling.Vertical.Scroll(-100000)</step>
Also used in
Remarks