EnableMouseHorizontalWheelSupportForParentOf Method
EnableMouseHorizontalWheelSupportForParentOf(UIElement)
Enable Horizontal Wheel support for all that control and all controls hosted by the same window/popup/context menu. This method does not need to be called if AutoEnableMouseHorizontalWheelSupport is true. If it was already enabled it will do nothing.
Declaration
public static void EnableMouseHorizontalWheelSupportForParentOf(UIElement uiElement)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | uiElement | UI Element to enable support for. |