ScrollGroup Property

       

Used to synchronize vertical scrolling between splits.

Syntax

object.ScrollGroup [= value]

The ScrollGroup property syntax has these parts:

Part Description
object An object expression that evaluates to an object in the Applies To list.
value An integer expression that determines the scroll group that a split belongs to.

Remarks

This property is used to synchronize vertical scrolling between splits. All splits with the same ScrollGroup setting will be synchronized when vertical scrolling occurs within any one of them. Splits belonging to different groups can scroll independently, allowing different splits to display different parts of the database.

If the ScrollBars property for a split is set to 4 - Automatic, only the rightmost split of the group will have a vertical scroll bar. If there is only one split, setting this property has no effect.

Setting the FirstRow property for one split affects all other splits in the same group, keeping the group synchronized.

Newly created splits have a ScrollGroup value of 1.