Ejemplo n.º 1
0
 public ScrollbarWrapper(Control scrollbar, Resco.Controls.AdvancedList.ScrollOrientation scrollOrientation)
 {
     this.m_scrollBar = scrollbar;
     this.m_scrollOrientation = scrollOrientation;
     this.m_onValueChanged = new EventHandler(this.OnValueChanged);
     this.m_onResize = new EventHandler(this.OnResize);
 }
Ejemplo n.º 2
0
 public ScrollbarWrapper(Control scrollbar, Resco.Controls.AdvancedList.ScrollOrientation scrollOrientation)
 {
     this.m_scrollBar         = scrollbar;
     this.m_scrollOrientation = scrollOrientation;
     this.m_onValueChanged    = new EventHandler(this.OnValueChanged);
     this.m_onResize          = new EventHandler(this.OnResize);
 }