Class StartAutoScrollingEventArgs
Provides data for the StartAutoScrolling event which is called when accelerated scrollbar scrolling or mouse drag-scrolling starts.
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class StartAutoScrollingEventArgs : SyncfusionCancelEventArgs
Properties
AccMinInterval
Gets / sets the minimum interval for the fastest scroll speed.
Declaration
[TraceProperty(true)]
public int AccMinInterval { get; set; }
Property Value
Type |
---|
System.Int32 |
AccStartInterval
Gets / sets the interval that is initially assigned to the timer for recurring scrolling.
Declaration
[TraceProperty(true)]
public int AccStartInterval { get; set; }
Property Value
Type |
---|
System.Int32 |
AccStepInterval
Gets / sets the interval step that the timer should be decreased from time to time.
Declaration
[TraceProperty(true)]
public int AccStepInterval { get; set; }
Property Value
Type |
---|
System.Int32 |
Direction
Returns the scroll bar direction: vertical, horizontal, or both.
Declaration
[TraceProperty(true)]
public ScrollBars Direction { get; }
Property Value
Type |
---|
System.Windows.Forms.ScrollBars |
Reason
Returns the type of autoscrolling, either scrollbar acceleration or mouse dragging outside window bounds.
Declaration
[TraceProperty(true)]
public AutoScrollReason Reason { get; }
Property Value
Type |
---|
AutoScrollReason |