ITextView.ViewScroller 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.
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.IViewScrollerPublic ReadOnly Property ViewScroller As IViewScrollerProperty Value
The view scroller.