__VSTASKLISTSELECTIONSCROLLPOS Enum

Definition

Specifies the scrolling behavior for SelectItems(Int32, IVsTaskItem[], UInt32, UInt32).

public enum class __VSTASKLISTSELECTIONSCROLLPOS
public enum class __VSTASKLISTSELECTIONSCROLLPOS
enum __VSTASKLISTSELECTIONSCROLLPOS
public enum __VSTASKLISTSELECTIONSCROLLPOS
type __VSTASKLISTSELECTIONSCROLLPOS = 
Public Enum __VSTASKLISTSELECTIONSCROLLPOS
Inheritance
__VSTASKLISTSELECTIONSCROLLPOS

Fields

TSSP_CARETATBOTTOM 3

Position the caret item at the bottom (as the last visible item).

TSSP_CARETATTOP 2

Position the caret item at the top (as the first visible item).

TSSP_CENTERCARET 1

Position the caret item in the center.

TSSP_MINSCROLL 4

Scroll the minimum distance required for the caret item to be visible.

TSSP_NOSCROLL 0

Do not scroll the task list at all.

TSSP_SHOWALL 5

Show the caret item and as many of the other selected items as possible.

Applies to