GraphControllerMouseWheelScroll Method |
Scrolls horizontally or vertically in response to a mouse wheel scroll event.
Namespace: Altaxo.Gui.Graph.Gdi.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected void MouseWheelScroll(
bool horizontally,
int steps
)
Parameters
- horizontally Boolean
- If set to true, we scroll horizontally; otherwise vertically.
- steps Int32
- The scroll steps. This is reported from the mouse wheel's event.
See Also