IViewScroller Methods

 

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

NameDescription
System_CAPS_pubmethodEnsureSpanVisible(SnapshotSpan)

Ensures that all the text in the specified span is entirely visible in the view.

System_CAPS_pubmethodEnsureSpanVisible(SnapshotSpan, EnsureSpanVisibleOptions)

Ensures that all the text in the specified span is entirely visible in the view.

System_CAPS_pubmethodEnsureSpanVisible(VirtualSnapshotSpan, EnsureSpanVisibleOptions)

Ensures that all the text in the specified span is entirely visible in the view.

System_CAPS_pubmethodScrollViewportHorizontallyByPixels(Double)

Scrolls the viewport horizontally by the specified distance.

System_CAPS_pubmethodScrollViewportVerticallyByLine(ScrollDirection)

Scrolls the viewport vertically one line up or down.

System_CAPS_pubmethodScrollViewportVerticallyByLines(ScrollDirection, Int32)

Scrolls the viewport vertically by multiple lines up or down.

System_CAPS_pubmethodScrollViewportVerticallyByPage(ScrollDirection)

Scrolls the viewport vertically one page up or down.

System_CAPS_pubmethodScrollViewportVerticallyByPixels(Double)

Scrolls the viewport vertically by the specified distance.

Return to top
Show: