コード例 #1
0
 public AppercodePageViewController()
 {
     this.Scroll = new AppercodeUIScrollView();
     this.Scroll.ScrollEnabled = false;
     this.Scroll.Scrolled += HandleScrolled;
 }
コード例 #2
0
 public AppercodePageViewController()
 {
     this.Scroll = new AppercodeUIScrollView();
     this.Scroll.ScrollEnabled = false;
     this.Scroll.Scrolled     += HandleScrolled;
 }