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