Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- pageView
IImGearScrollableView
interface, represents .NET Form to draw image in.- scrollBarType
- Type of scrolling event: horizontal or vertical. Possible values are: ImGearScrollBarType.HORIZONTAL and ImGearScrollBarType.VERTICAL.
- scrollValue
- Scroll value. Specifies new scrolling position.
Use this method only to handle scrolling events. To scroll image to particular position, use ScrollTo method instead.