gpt4 book ai didi

java - VBox.setVgrow(Priority.ALWAYS) 不起作用

转载 作者:行者123 更新时间:2023-11-30 03:34:20 25 4
gpt4 key购买 nike

有什么方法可以设置元素的完整高度吗?我已经尝试过 VBox.setVgrow(node , Priority.ALWAYS); 但它不起作用。

<?xml version="1.0" encoding="UTF-8"?>
<?import javafx.scene.control.*?>
<?import java.lang.*?>
<?import javafx.scene.layout.*?>

<VBox maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="258.0" prefWidth="197.0" xmlns="http://javafx.com/javafx/8" xmlns:fx="http://javafx.com/fxml/1">
<children>
<TextField prefHeight="78.0" prefWidth="193.0" style="-fx-background-color: #ddd;" VBox.vgrow="ALWAYS" />
</children>
</VBox>

Scene Builder Screenshot

最佳答案

在 FXML 中,将 maxHeight="+Infinity" 添加到 TextField。

代码中txtfld.setMaxHeight( Double.MAX_VALUE );

关于java - VBox.setVgrow(Priority.ALWAYS) 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28337038/

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