var tree = Ext.create('Ext.tree.Panel', {
        id: 'tree',
        store: store,
        width: 200,
        renderTo:'container',
        height: 300,
        //rootVisible: false,
        //useArrows: true,  
        //frame: true,      
        //title: 'Check Tree',
        //autoContainer:true,
        //scroll:true,
        autoScroll:true,
代码如上,纵向滚动条能自动出来,无论autoScroll是true还是false;
火狐中也一样,但是横向被遮盖就会...
ie8就被遮盖