Show / Hide Table of Contents

Interface IAllowScrolling

Namespace: GenerallyPositive.Browser
Assembly: GPAL.dll
Syntax
public interface IAllowScrolling

Methods

ScrollHorizontalByPixels(Int32)

Declaration
IAllowBrowserActionOrAnySelector ScrollHorizontalByPixels(int scrollAmountInPixels)
Parameters
Type Name Description
System.Int32 scrollAmountInPixels
Returns
Type Description
IAllowBrowserActionOrAnySelector

ScrollVerticalByPixels(Int32)

Declaration
IAllowBrowserActionOrAnySelector ScrollVerticalByPixels(int scrollAmountInPixels)
Parameters
Type Name Description
System.Int32 scrollAmountInPixels
Returns
Type Description
IAllowBrowserActionOrAnySelector
In This Article
Back to top Generated by DocFX