EnsureSpanVisibleOptions Enumeration
Visual Studio 2015
Options to control the behavior of the EnsureSpanVisible method.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Member name | Description | |
|---|---|---|
| AlwaysCenter | Always center the span in the view. | |
| MinimumScroll | Do the minimum amount of scrolling to display the span in the view. | |
| None | Ensure that the end of the span is visible if it is impossible to display the entire span. If none of the text in the span is currently visible, center the span in the view. | |
| ShowStart | Ensure that the start of the span is visible if it is impossible to display the entire span. |
Show: