IVerticallyScrollable Interface

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

Definition

Namespace: BeeMobile.TextViewer
Assembly: BeeMobile.TextViewer.NET48 (in BeeMobile.TextViewer.NET48.dll) Version: 4.8.0.4
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.

Methods

GetScrollbarBackground Draws the background of the scrollbar on a graphics object.
RedrawControl Redraws the parent control.

See Also