ScrollToAsync

Parent Previous Next

ScrollToAsync

Description: the method scrolls to the element (the behavior Smooth parameter determines the smoothness of scrolling)

Syntax: ScrollToAsync(bool behaviorSmooth = false);

Return value: no return value


Example:

await element.ScrollToAsync();

await element.ScrollToAsync(true);

await element.ScrollToAsync(false);

Created with the Personal Edition of HelpNDoc: Full-featured EBook editor