Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ListViewScrollPosition

Defines the possible values for the scrollPosition property of the RadListView. Available on iOS only.

Index

Enumeration members

Bottom

Bottom:

After scrolling is finished the item will be at the bottommost of the view port.

CenteredHorizontally

CenteredHorizontally:

After scrolling is finished the item will be at the horizontal center of the view port.

CenteredVertically

CenteredVertically:

After scrolling is finished the item will be at the vertical center of the view port.

Left

Left:

After scrolling is finished the item will be at the leftmost of the view port.

None

None:

After scrolling is finished the item will not have a specific position in the view port.

Right

Right:

After scrolling is finished the item will be at the rightmost of the view port.

Top

Top:

After scrolling is finished the item will be at the topmost of the view port.

Generated using TypeDoc