Table of Contents

Method ScrollRowPages

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ScrollRowPages(int)

Scroll by the specified number of pages which may be positive (to scroll down) or negative (to scroll up).

public virtual bool ScrollRowPages(int pages)

Parameters

pages int

Number of pages to scroll.

Returns

bool

true if the control was scrolled, false otherwise (for example, if we're trying to scroll down but we are already showing the last row).