コード例 #1
0
 public void SmoothScrollTo(int x, int y)
 {
     NativePanel?.SmoothScrollTo(x, y);
 }
コード例 #2
0
 void IScrollContentPresenter.SmoothScrollTo(int physicalDeltaX, int physicalDeltaY)
 => NativePanel?.SmoothScrollTo(physicalDeltaX, physicalDeltaY);