Window.ScrollColumn Property

Definition

Returns or sets the number of the leftmost column in the pane or window.

public:
 property int ScrollColumn { int get(); void set(int value); };
public int ScrollColumn { get; set; }
Public Property ScrollColumn As Integer

Property Value

Remarks

If the window is split, the ScrollColumn property of the Window object refers to the upper-left pane. If the panes are frozen, the ScrollColumn property of the Window object excludes the frozen areas.

Applies to