Method EnableMouseHorizontalWheelSupportForParentOf
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
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.
public static void EnableMouseHorizontalWheelSupportForParentOf(UIElement uiElement)
Parameters
uiElement
UIElementUI Element to enable support for.