BrightIdeasSoftware.ObjectListView.LowLevelScroll C# (CSharp) 메소드

LowLevelScroll() 개인적인 메소드

Scroll the ListView by the given deltas.
private LowLevelScroll ( int dx, int dy ) : void
dx int Horizontal delta
dy int Vertical delta
리턴 void
        internal void LowLevelScroll(int dx, int dy)
        {
            NativeMethods.Scroll(this, dx, dy);
        }
ObjectListView