ScrollingAnimationDuration Property
See Also 
Xceed.Wpf.DataGrid.v4.0 Assembly > Xceed.Wpf.DataGrid.Views Namespace > TableflowView Class : ScrollingAnimationDuration Property


Gets or sets a value indicating the duration of the scrolling animation when the background of the scroll bar is clicked.

Syntax

Visual Basic (Declaration) 
Public Property ScrollingAnimationDuration As Double
Visual Basic (Usage)Copy Code
Dim instance As TableflowView
Dim value As Double
 
instance.ScrollingAnimationDuration = value
 
value = instance.ScrollingAnimationDuration
C# 
public double ScrollingAnimationDuration {get; set;}

Property Value

A value indicating the duration of the scrolling animation when the background of the scroll bar is clicked. By default, 750d.

Remarks

This property represents the local CLR property of the ScrollingAnimationDuration attached property

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also