Class ScrollService
Inheritance
System.Object
ScrollService
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ScrollService
Constructors
ScrollService(RadElement, RadScrollBarElement)
Declaration
public ScrollService(RadElement owner, RadScrollBarElement scrollBar)
Parameters
RadElement
owner
|
RadScrollBarElement
scrollBar
|
Properties
Deceleration
Declaration
public double Deceleration { get; set; }
Property Value
System.Double
|
EnableInertia
Declaration
public bool EnableInertia { get; set; }
Property Value
System.Boolean
|
Interval
Declaration
public int Interval { get; set; }
Property Value
System.Int32
|
IsScrolling
Declaration
public bool IsScrolling { get; }
Property Value
System.Boolean
|
Owner
VelocityFactor
Declaration
public double VelocityFactor { get; set; }
Property Value
System.Double
|
Methods
MouseDown(Point)
Declaration
public void MouseDown(Point location)
Parameters
System.Drawing.Point
location
|
MouseMove(Point)
Declaration
public void MouseMove(Point point)
Parameters
System.Drawing.Point
point
|
MouseUp(Point)
Declaration
public void MouseUp(Point point)
Parameters
System.Drawing.Point
point
|
Stop()
Declaration
public void Stop()