SmoothScrollIntoView extensions allow scrolling the item into the view with animation.

Properties
| Properties |
Type |
Description |
| Index |
int |
Index of the item to be scrolled |
| ItemPosition |
Enum |
Specify the position of the Item after scrolling |
| DisableAnimation |
bool |
To disable the scrolling animation |
| ItemPosition |
Description |
| Default |
If visible then it will not scroll, if not then the item will be aligned to the nearest edge |
| Left |
Aligned left |
| Top |
Aligned top |
| Centre |
Aligned centre |
| Right |
Aligned right |
| Bottom |
Aligned bottom |
Sample code - SmoothScrollingHelper
SmoothScrollIntoView extensions allow scrolling the item into the view with animation.
Properties
Sample code - SmoothScrollingHelper