Specifies mouse wheel behavior
Namespace: Dapfor.Net.UiAssembly: 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 name | Value | Description | |
---|---|---|---|
None | 0 | Mouse wheel does not take a part in the navigation. | |
Scroll | 1 | Scroll the content of the Grid without changing the focus or selection. | |
MoveFocus | 2 | Scroll the content and change the focused Row | |
MoveFocusAndSelection | 3 | Scroll the content and change the focus and selection |