Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 smartGWT 的新手,我在设计我的客户端时遇到了问题。我想知道是否有办法使表格居中。
我的页面中有一个 TabSet。我想让第一个选项卡(“欢迎”)类似于 Google 搜索引擎,搜索框位于窗格的中心。setAlign(Alignment.CENTER) 方法不适用于此类对象。
我在这一点上得到了这个:链接文本
谢谢你帮助我。
解决!这可以用这个方法来完成:
form.setLayoutAlign(VerticalAlignment.CENTER);