Specifies mouse wheel behavior

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public enum MouseWheelBehavior
Visual Basic
Public Enumeration MouseWheelBehavior
Visual C++
public enum class MouseWheelBehavior
F#
type MouseWheelBehavior

Members

Member nameValueDescription
None0 Mouse wheel does not take a part in the navigation.
Scroll1 Scroll the content of the GridControl without changing the focus or selection.
MoveFocus2 Scroll the content and change the focused Row
MoveFocusAndSelection3 Scroll the content and change the focus and selection

See Also