Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the scrolling behavior for SelectItems.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Enumeration __VSTASKLISTSELECTIONSCROLLPOS
public enum __VSTASKLISTSELECTIONSCROLLPOS
public enum class __VSTASKLISTSELECTIONSCROLLPOS
type __VSTASKLISTSELECTIONSCROLLPOS
public enum __VSTASKLISTSELECTIONSCROLLPOS
Members
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. |