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 |