ScrollService
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ScrollService
Inheritance: objectScrollService
Constructors
C#
public ScrollService(RadElement owner, RadScrollBarElement scrollBar)
Properties
C#
public double Deceleration { get; set; }
C#
public bool EnableInertia { get; set; }
C#
public bool IsScrolling { get; }
C#
public RadElement Owner { get; }
C#
public double VelocityFactor { get; set; }
Methods
C#
public void Stop()