public static void ScrollPanel(this IScrollableControl @this, ScrollEventType type, ScrollOrientation orientation, int sign) => ScrollActions[ScrollActionIndex(type, orientation, sign)](@this);
public void InputBar_RelayedScroll(object sender, RelayedScrollEventArgs ev) { ScrollActions[ev.ScrollAction]( ); }