Class
ScrollingSettingsBehavior

Represents attached behavior for the scrolling settings of the ScrollingHelper.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public static class ScrollingSettingsBehavior

Inheritance: objectScrollingSettingsBehavior

Fields

IsEnabledProperty

Identifies the IsEnabled attached property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsEnabledProperty

Field Value

DependencyProperty

ScrollAreaPaddingProperty

Identifies the ScrollAreaPadding attached property.

Declaration

cs-api-definition
public static readonly DependencyProperty ScrollAreaPaddingProperty

Field Value

DependencyProperty

ScrollStepProperty

Identifies the ScrollStep attached property.

Declaration

cs-api-definition
public static readonly DependencyProperty ScrollStepProperty

Field Value

DependencyProperty

ScrollStepTimeProperty

Identifies the ScrollStepTime attached property.

Declaration

cs-api-definition
public static readonly DependencyProperty ScrollStepTimeProperty

Field Value

DependencyProperty

Methods

GetIsEnabled(DependencyObject)

Gets whether the scrolling behavior is enabled or not.

Declaration

cs-api-definition
public static bool GetIsEnabled(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

bool

GetScrollAreaPadding(DependencyObject)

Gets the scroll area padding.

Declaration

cs-api-definition
public static Thickness GetScrollAreaPadding(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

Thickness

GetScrollStep(DependencyObject)

Gets the scroll step.

Declaration

cs-api-definition
public static double GetScrollStep(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

double

GetScrollStepTime(DependencyObject)

Gets the scroll step time.

Declaration

cs-api-definition
public static TimeSpan GetScrollStepTime(DependencyObject obj)

Parameters

obj

DependencyObject

Returns

TimeSpan

SetIsEnabled(DependencyObject, bool)

Sets whether the scrolling behavior is enabled or not.

Declaration

cs-api-definition
public static void SetIsEnabled(DependencyObject obj, bool value)

Parameters

obj

DependencyObject

value

bool

SetScrollAreaPadding(DependencyObject, Thickness)

Sets the scroll area padding.

Declaration

cs-api-definition
public static void SetScrollAreaPadding(DependencyObject obj, Thickness value)

Parameters

obj

DependencyObject

value

Thickness

SetScrollStep(DependencyObject, double)

Sets the scroll step.

Declaration

cs-api-definition
public static void SetScrollStep(DependencyObject obj, double value)

Parameters

obj

DependencyObject

value

double

SetScrollStepTime(DependencyObject, TimeSpan)

Sets the scroll step time.

Declaration

cs-api-definition
public static void SetScrollStepTime(DependencyObject obj, TimeSpan value)

Parameters

obj

DependencyObject

value

TimeSpan