Class ScrollingSettingsBehavior
Represents attached behavior for the scrolling settings of the ScrollingHelper.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public static class ScrollingSettingsBehavior : Object
Fields
IsEnabledProperty
Identifies the IsEnabled attached property.
Declaration
public static readonly DependencyProperty IsEnabledProperty
Field Value
System.Windows.DependencyProperty
|
ScrollAreaPaddingProperty
Identifies the ScrollAreaPadding attached property.
Declaration
public static readonly DependencyProperty ScrollAreaPaddingProperty
Field Value
System.Windows.DependencyProperty
|
ScrollStepProperty
Identifies the ScrollStep attached property.
Declaration
public static readonly DependencyProperty ScrollStepProperty
Field Value
System.Windows.DependencyProperty
|
ScrollStepTimeProperty
Identifies the ScrollStepTime attached property.
Declaration
public static readonly DependencyProperty ScrollStepTimeProperty
Field Value
System.Windows.DependencyProperty
|
Methods
GetIsEnabled(DependencyObject)
Gets whether the scrolling behavior is enabled or not.
Declaration
public static bool GetIsEnabled(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Boolean
|
GetScrollAreaPadding(DependencyObject)
Gets the scroll area padding.
Declaration
public static Thickness GetScrollAreaPadding(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Windows.Thickness
|
GetScrollStep(DependencyObject)
Gets the scroll step.
Declaration
public static double GetScrollStep(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.Double
|
GetScrollStepTime(DependencyObject)
Gets the scroll step time.
Declaration
public static TimeSpan GetScrollStepTime(DependencyObject obj)
Parameters
System.Windows.DependencyObject
obj
|
Returns
System.TimeSpan
|
SetIsEnabled(DependencyObject, Boolean)
Sets whether the scrolling behavior is enabled or not.
Declaration
public static void SetIsEnabled(DependencyObject obj, bool value)
Parameters
System.Windows.DependencyObject
obj
|
System.Boolean
value
|
SetScrollAreaPadding(DependencyObject, Thickness)
Sets the scroll area padding.
Declaration
public static void SetScrollAreaPadding(DependencyObject obj, Thickness value)
Parameters
System.Windows.DependencyObject
obj
|
System.Windows.Thickness
value
|
SetScrollStep(DependencyObject, Double)
Sets the scroll step.
Declaration
public static void SetScrollStep(DependencyObject obj, double value)
Parameters
System.Windows.DependencyObject
obj
|
System.Double
value
|
SetScrollStepTime(DependencyObject, TimeSpan)
Sets the scroll step time.
Declaration
public static void SetScrollStepTime(DependencyObject obj, TimeSpan value)
Parameters
System.Windows.DependencyObject
obj
|
System.TimeSpan
value
|