IViewScroller Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | EnsureSpanVisible(SnapshotSpan) | Ensures that all the text in the specified span is entirely visible in the view. |
![]() | EnsureSpanVisible(SnapshotSpan, EnsureSpanVisibleOptions) | Ensures that all the text in the specified span is entirely visible in the view. |
![]() | EnsureSpanVisible(VirtualSnapshotSpan, EnsureSpanVisibleOptions) | Ensures that all the text in the specified span is entirely visible in the view. |
![]() | ScrollViewportHorizontallyByPixels(Double) | Scrolls the viewport horizontally by the specified distance. |
![]() | ScrollViewportVerticallyByLine(ScrollDirection) | Scrolls the viewport vertically one line up or down. |
![]() | ScrollViewportVerticallyByLines(ScrollDirection, Int32) | Scrolls the viewport vertically by multiple lines up or down. |
![]() | ScrollViewportVerticallyByPage(ScrollDirection) | Scrolls the viewport vertically one page up or down. |
![]() | ScrollViewportVerticallyByPixels(Double) | Scrolls the viewport vertically by the specified distance. |
Show:
