New to Telerik UI for WPFStart a free 30-day trial

Provides an attached property for easier handling of Mouse wheel for DropDownButton, SplitButton, ColorPicker, DateTimePicker, TimeSpanPicker, CalculatorPicker, Breadcrumb.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public static class DropDownExtensions

Inheritance: objectDropDownExtensions

Fields

Registers the HandleMouseWheelWhenOpen attached property.

C#
public static readonly DependencyProperty HandleMouseWheelWhenOpenProperty

Methods

Gets a value indicating whether the control should handle mouse when its drop-down part is open.

C#
public static bool GetHandleMouseWheelWhenOpen(DependencyObject obj)
Parameters:objDependencyObjectReturns:

bool

Sets a value indicating whether the control should handle mouse when its drop-down part is open.

C#
public static void SetHandleMouseWheelWhenOpen(DependencyObject obj, bool value)
Parameters:objDependencyObjectvaluebool