Versions Compared

Key

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

...

Code Block
// Get the current horizontal scroll position 
LeftPos = Get_Property(@Window:".OLE_PANEL", "OLE.Left") 

// Scroll 50 pixels to the right 
Set_Property(@Window:".OLE_PANEL", "OLE.Left", LeftPos + 50)

See Also

Top