Inheritance: UIScrollView
 void Initialize()
 {
     controllers = new List<ItemViewController>();
     stopPoints = new List<float>();
     scrollView = new CustomScrollView(new RectangleF(12f, 30f, 1000f, iHeight));
 }