Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
// Get the current vertical scroll position 
TopPos = Get_Property(@Window:".OLE_PANEL", "OLE.Top") 

// Scroll 25 pixels to upward 
Set_Property(@Window:".OLE_PANEL", "OLE.Top", TopPos - 25)

See Also

Left