__VSTASKLISTSELECTIONSCROLLPOS Enumeration
Visual Studio 2015
Specifies the scrolling behavior for SelectItems.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| TSSP_CARETATBOTTOM | Position the caret item at the bottom (as the last visible item). | |
| TSSP_CARETATTOP | Position the caret item at the top (as the first visible item). | |
| TSSP_CENTERCARET | Position the caret item in the center. | |
| TSSP_MINSCROLL | Scroll the minimum distance required for the caret item to be visible. | |
| TSSP_NOSCROLL | Do not scroll the task list at all. | |
| TSSP_SHOWALL | Show the caret item and as many of the other selected items as possible. |
Show: