本文介绍了使用Ext JS时,我可以在网格的顶部和底部获得水平滚动条吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有办法在网格的顶部和底部获得一个水平滚动条?
Is there any way to get a horizontal scrollbar both at the top and at the bottom of a grid?
以下是我在说的:
Here's what I'm talking about:
推荐答案
创建一个额外的容器(可能是停靠的顶部)并覆盖 func。
create an extra container (maybe as docked top) and override http://docs.sencha.com/extjs/4.2.1/#!/api/Ext.panel.Table-method-syncHorizontalScroll func on your grid panel.
这篇关于使用Ext JS时,我可以在网格的顶部和底部获得水平滚动条吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!