Draw2d 中的自定义布局管理器
所有,
我们可以在draw2d中定义自定义布局管理器吗?如果是,有人可以解释一下相同的步骤吗?我需要提出一个可以动态添加行和列的 TableLayout?
All,
Can we define a custom Layout Manager in draw2d ? If yes, can anyone please explain the steps for the same? I need to come up with a TableLayout where I can dynamically add rows and columns?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定如何使用 Draw2D 本身来做到这一点,但请查看 此片段介绍如何使用 Zest(基于 Draw2D)。另请注意,新版本即将推出,其中包含重构的布局库。
Not sure about how to do it with Draw2D itself but have a look at this snippet on how to do it with Zest (which is based on Draw2D). Also note there is a new version coming up with a refactored layout library.