ITextView.ViewScroller Property

Definition

Gets a helper that provides various methods to scroll or manipulate the view.

public:
 property Microsoft::VisualStudio::Text::Editor::IViewScroller ^ ViewScroller { Microsoft::VisualStudio::Text::Editor::IViewScroller ^ get(); };
public:
 property Microsoft::VisualStudio::Text::Editor::IViewScroller ^ ViewScroller { Microsoft::VisualStudio::Text::Editor::IViewScroller ^ get(); };
public Microsoft.VisualStudio.Text.Editor.IViewScroller ViewScroller { get; }
member this.ViewScroller : Microsoft.VisualStudio.Text.Editor.IViewScroller
Public ReadOnly Property ViewScroller As IViewScroller

Property Value

The view scroller.

Applies to