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.
您好,我有那个网格窗格,并且有标签和文本框,它们随着窗口的缩小而缩小,但表格视图没有缩小。就像他们像平常一样隐藏而不是缩小。有什么方法可以阻止它吗?
提前致谢
设置 minWidth 属性有效:)
在不了解您的 UI 的情况下,我只能给出一个笼统的答案:
要影响 JavaFX 中组件的收缩/增长行为,您必须将JavaFX 附带的各种简单窗格相互堆叠,或者使用更强大的窗格,例如MiG Layout for FX 2。