using System; using System.Windows.Forms; using DevExpress.XtraEditors; namespace WindowsFormsApplication1 { public class ScrollHelper { readonly XtraScrollableControl _scrollableControl; public ScrollHelper(XtraScrollableControl scrollableControl) {…
代码如下 // using System; using System.Windows.Forms; using DevExpress.XtraEditors; namespace WindowsFormsApplication1 { public class ScrollHelper { readonly XtraScrollableControl _scrollableControl; public ScrollHelper(XtraScrollableControl scrollableCo…