Specifies mouse wheel behavior
Namespace: Dapfor.Wpf.ControlsAssembly: 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 name | Value | Description | |
|---|---|---|---|
| None | 0 | Mouse wheel does not take a part in the navigation. | |
| Scroll | 1 | Scroll the content of the GridControl 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 |