2014-01-28 62 views
0

我在表單中使用extJs 4.2.1網格面板和分組功能。如何刪除分組中的滾動

features: [ 
    { 
     ftype: 'grouping', 
     groupHeaderTpl: '<b>{[values.children[0].data.typeName]}</b>', 
     hideGroupedHeader: false, 
     collapsible : false, 
     startCollapsed: false, 
     id: 'directorInfoGroupping' 
    } 
], 

我滾動(看圖像)在我的gridpanel的buttom中,我如何刪除或隱藏它?

enter image description here

回答

0

我找到的GridPanel財產 '滾動':

scroll : String/Boolean 
Scrollers configuration. Valid values are 'both', 'horizontal' or 'vertical'. True implies 'both'. False implies 'none'. 

它幫助我:)