LayaBox 實現panel里面嵌套list,list滾動,panel不滾動


//給list的Scroll注冊Start事件
this.list_Record.scrollBar.on(Event.START,this,this.onListStart);

this.onListStart = function(){
   //list開始滾動時停止panel的滾動事件  
    this.panel_Friend.vScrollBar.stopScroll();
}

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM