The number of pixels to scroll a pane's caption.
Usage
Set_Property(OLECtrlEntID, "OLE.PaneScrollIncrement[index]", Value)
Values
Value can be any positive or negative whole number:
Default: 1
Indices
Index | Description |
---|---|
index | Index to an existing pane |
Remarks
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
// Scroll the 1st pane's caption 2 pixesl at a time Set_Property(@Window:".OLE_STATUSBAR", "OLE.PaneScrollIncrement[1]", 2)