Navigation:  Classes > bBrowser >

bBrowser:VerticalScroll()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

A callback method for the vertical scrolling of the visible data.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:VerticalScroll(<oScrollEvent>) Æ iResult

Arguments

<oScrollEvent>A event that contains information about the scrolling.
Data type:ScrollEvent

Return Value

iResultThe result of the event processing. By return of ISEXECUTED Micosoft Windows is notified that the event was completely processed. In this case the event is not passed on at the standard event handler.
Data type:Integer

Description

bBrowser:VerticalScroll() scrolls the visible data in vertical direction and fills the invalid area with new data. Additionally the vertical scrollbar is updated.

See Also

bBrowser:HorizontalScroll()

bBrowser:IsVerticalScrollbarVisible()

bBrowser:VerticalScrollbarMode

 


Page url: http://www.YOURSERVER.com/index.html?bbrowser_verticalscroll.htm