WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridControlDragAutoScroller - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridControlDragAutoScroller

    GridControlDragAutoScroller class ehich derives from AutoScroller to check for Drag conditions

    Inheritance
    System.Object
    AutoScroller
    GridControlDragAutoScroller
    Inherited Members
    AutoScroller.OnAutoScrollingChanged(EventArgs)
    AutoScroller.ResetInsideScrollMargins()
    AutoScroller.RaiseAutoScrollerValueChanged(Boolean, Boolean, Boolean, Boolean)
    AutoScroller.Enabled
    AutoScroller.InMouseDragScroll
    AutoScroller.HScrollBar
    AutoScroller.VScrollBar
    AutoScroller.AutoScrolling
    AutoScroller.AutoScrollBounds
    AutoScroller.InsideScrollMargins
    AutoScroller.IntervalTime
    AutoScroller.AllowScrollOutsideBounds
    AutoScroller.AutoScrollingChanged
    AutoScroller.AutoScrollerValueChanged
    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
    AutoScroller.InsideScrollBounds

    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

    Overrides
    AutoScroller.CheckAutoScroll(Point)
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved