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