gpt4 book ai didi

css - GWT - 如何在 FlowPanel 中水平布局组件?

转载 作者:技术小花猫 更新时间:2023-10-29 10:36:03 25 4
gpt4 key购买 nike

GWT 文档 recommends使用 FlowPanel( float :左设置在其子项上)作为 Horizo​​ntalPanel 的替代品来布局组件。但是如何做到这一点呢?

最佳答案

文档中说的很对:

and to use the float: left; CSS property on its children.

如何在 GWT 小部件上设置样式:

widget.getElement().getStyle().setProperty("float", "left");

关于css - GWT - 如何在 FlowPanel 中水平布局组件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5005671/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com