Ext设置autoScroll:true了,为什么不起作用

[b][color=red]原因:[/color][/b]
没有设height


[b][color=green]首先[/color][/b]
要设置一个高度
height:400

[b][color=green]然后[/color][/b]
再autoScroll: true



var formPanel = new Ext.FormPanel({
autoScroll:true,
height: 400,
items : []
});



引用:

[url]http://bbs.csdn.net/topics/280012147[/url]


-

你可能感兴趣的:(ext)