ExtJS 可调整大小的列布局
我需要具有可调整大小的列的布局。我有一个面板,里面有 3 个网格面板,现在我在外部面板中使用 hbox 布局来组织它们,这没问题,但我想要一个分隔符,就像在边框布局中一样,来调整列的大小。
这怎么可能?
I am in need of layout with resizable columns. I have a panel with 3 grid panels inside, now I am using hbox layout in the outer panel to organize them and this is ok, but I want to have a separator, like in the border layout, to resize the columns.
how is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
然后使用边框布局。西区一格,中区一格,东区一格。
Use border layout then. Put one grid in west region, one in center and one in east region.