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