Versions Compared

Key

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

...

The PaneScrollIncrement property is used for panes whose PaneType property is set to "Scrolling." Scrolling panes move their captions right to left one or more pixels at a time. The PaneScrollIncrement establishes the number of pixels a pane moves its caption again to the left.

You can alter the time delay between caption scrolls by setting the PaneScrollDelay property.

Example

Code Block
// Scroll the 1st pane's caption 2 pixesl at a time 
Set_Property(@Window:".OLE_STATUSBAR", "OLE.PaneScrollIncrement[1]", 2)

See Also

PaneTypePaneScrollDelay