Specifies mouse wheel behavior

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

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

Members

Member nameValueDescription
None0 Mouse wheel does not take a part in the navigation.
Scroll1 Scroll the content of the Grid 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