转:http://www.cnblogs.com/bjshsqlt/p/3311830.html If you would like to after you have updated by listAdapter, you want to make sure that the list is scrolled all the way to the bottom, so that it displays the last element entered in the list. You can
效果如图: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading; using System.Threading.Tasks; using System.Windows.Forms; namesp
http://blog.csdn.net/luyuncsd123/article/details/22914497 最近在做一个项目的UI,需求是1.拖动items后当永远有一个item保存在中间位置,.点击当前item后当前item滑动到终点. 咱看了NGUI的Scroll View例子后发现第一个要求NGUI自带了,第二个要求没有,所以自己写了个包含这2个需求的脚本. 把相应的脚本替换成这几个就可以了.如果碰到变量保护之类的错误的话把父类中的方法改成protected就行了. using U