IBaseScrollable Interface

Description

Represents an interface for other scrollable controls to avoid duplication.

Syntax

C#
public class IBaseScrollable, 
VB
'Declaration
Public Class IBaseScrollable

Properties

Name Description
Position the current scroll position of the scrollable component.

Methods

Name Description
ScrollTo Scrolls to the specified position.