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.
所以我有一个使用这种结构的可滚动消息系统:
HBoxes 包含一条消息,有多个。
问题是,当添加更多 HBoxes/messages 时,它们会收缩到一行,并且它们内部的标签会溢出。我不想要这个。
以下是 hbox未缩小 时的外观示例:
这就是当有足够多的消息用于缩小 hbox 时的样子:
它要么是我尚未设置的 FXML 属性,要么是该问题的其他解决方案。非常感激!
编辑:澄清一下,已缩小的消息只能显示一行文本。