ScrollToPosition Enum

Definition

Enumerates values that describe a scroll request.

public enum ScrollToPosition
type ScrollToPosition = 
Inheritance
ScrollToPosition

Fields

Center 2

Scroll to the center of a list.

End 3

Scroll to the end of a list.

MakeVisible 0

Scroll to make a specified list item visible.

Start 1

Scroll to the start of a list.

Applies to