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.
问题如下:我必须在 Vaadin 中创建一个具有未定义高度的面板,但也有一个约束,它应该只扩展直到它达到最大尺寸(高度)。有谁知道这个的解决方案?它尚未作为 Vaadin 的内置功能实现,请参阅:
http://dev.vaadin.com/ticket/6137
可以做些什么呢?
我能想到的唯一可能值得尝试的方法 - 我不知道它是否会工作 - 是尝试使用包含CSSLayout,并在 CSS 中使用 max-height: 为控制板。