VerticalIndicatorScrollBar Constructor
Creates a rounded vertical scroll bar object.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public VerticalIndicatorScrollBar(
IVerticallyScrollable parent,
Control invokingControl
)
Public Sub New (
parent As IVerticallyScrollable,
invokingControl As Control
)
Parameters
- parent IVerticallyScrollable
- The parent of the scroll bar.
- invokingControl Control
- The control on which the animation timer ticks can invoke necessary methods.