Class GridControlDragAutoScroller
GridControlDragAutoScroller class ehich derives from AutoScroller to check for Drag conditions
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: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridControlDragAutoScroller : AutoScroller
Constructors
GridControlDragAutoScroller(IScrollBarProvider)
Declaration
public GridControlDragAutoScroller(IScrollBarProvider scroll)
Parameters
Type | Name | Description |
---|---|---|
IScrollBarProvider | scroll |
Properties
InsideScrollBounds
Declaration
public override Rect InsideScrollBounds { get; }
Property Value
Type | Description |
---|---|
System.Windows.Rect |
Overrides
Methods
CheckAutoScroll(Point)
Declaration
protected override void CheckAutoScroll(Point mousePoint)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Point | mousePoint | Ckecks to scroll with Current mouse point |