IVerticallyScrollable Interface

Must be implemented, if VerticalIndicatorScrollBar is used on the object.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public interface IVerticallyScrollable

Properties

OffsetY Vertical offset.
VerticalDocumentDimension Height of the document.
VerticalScrollBarArea Gets the drawing are of the scrollbar.
VerticalViewDimension Height of the view area.

See Also