示例#1
0
 protected override void OnShow()
 {
     base.OnShow();
     ScrollView.GetComponentInChildren <Image>().color  = "#00FFFFFF".HtmlStringToColor();
     ScrollView1.GetComponentInChildren <Image>().color = "#00FGFFFF".HtmlStringToColor();
     ScrollView2.GetComponentInChildren <Image>().color = "#00FFFGFF".HtmlStringToColor();
 }
 protected void AddItems()
 {
     NoOfItems++;
     ScrollView2.ScrollToBottom();
 }