图示 【ScrollBar】 第63行: if (this.maxPos-this.minPos<=0) { // turn it off 後插入: this._visible = false; 第73行: } else { // turn it on 後插入: this._visible = true; 图示 【FScrollSelectList】 第88行: this.scrollOffset = this.scrollBar_mc._width; 修改為: this.scrollOffset = 0;