Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ListViewItemSnapMode

Defines the possible values for the scrollToIndex's snapMode argument.

Index

Enumeration members

Enumeration members

Auto

Auto:

The target item is snapped at the closest possible position which makes it clearly visible.

Center

Center:

The target item is snapped at the center of the list.

End

End:

The target item is snapped at the end edge of the list.

Start

Start:

The target item is snapped at the start edge of the list.

Generated using TypeDoc