scrollTo (int x, int y) 是将View中内容滑动到相应的位置,参考的坐标系原点为parent View的左上角。 调用scrollTo(100, 0)表示将View中的内容移动到x = ...
確定! 回上一頁