IViewScroller.EnsureSpanVisible Method (SnapshotSpan, EnsureSpanVisibleOptions)

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

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

Syntax

'Declaration
Sub EnsureSpanVisible ( _
    span As SnapshotSpan, _
    options As EnsureSpanVisibleOptions _
)
void EnsureSpanVisible(
    SnapshotSpan span,
    EnsureSpanVisibleOptions options
)
void EnsureSpanVisible(
    SnapshotSpan span, 
    EnsureSpanVisibleOptions options
)
abstract EnsureSpanVisible : 
        span:SnapshotSpan * 
        options:EnsureSpanVisibleOptions -> unit 
function EnsureSpanVisible(
    span : SnapshotSpan, 
    options : EnsureSpanVisibleOptions
)

Parameters

Remarks

The view will not be scrolled if the text in span is completely visible. If the text in span is partially visible, then the view will be scrolled as little as possible to make the text completely visible. If none of the text in span was visible, then it will be centered in the view.

.NET Framework Security

See Also

Reference

IViewScroller Interface

EnsureSpanVisible Overload

Microsoft.VisualStudio.Text.Editor Namespace