VerticalIndicatorScrollBar Constructor

Creates a rounded vertical scroll bar object.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public VerticalIndicatorScrollBar(
	IVerticallyScrollable parent,
	Control invokingControl
)

Parameters

parent  IVerticallyScrollable
The parent of the scroll bar.
invokingControl  Control
The control on which the animation timer ticks can invoke necessary methods.

See Also