Window.ScrollColumn Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.