Inheritance: System.Windows.Forms.Control
Example #1
0
		public TpList()
		{
			scrollBar = new TpScrollBar(TpScrollBar.Style.Vertical);
			scrollBar.ValueChanged += scrollBar_ValueChanged;
			ReCalculate();
		}
Example #2
0
 public TpList()
 {
     scrollBar = new TpScrollBar(TpScrollBar.Style.Vertical);
     scrollBar.ValueChanged += scrollBar_ValueChanged;
     ReCalculate();
 }