gpt4 book ai didi

java - 如何在 spreadsheetview controlsfx 中旋转单元格值?

转载 作者:行者123 更新时间:2023-11-30 10:04:14 28 4
gpt4 key购买 nike

我尝试使用下面的代码

//css
.spreadsheet-cell.verticalHeader{
-fx-rotate: -90;
-fx-background-color: white;
}
//controller
cell = SpreadsheetCellType.STRING.createCell(row, 2, 1,1, "Pin");
cell.getStyleClass().add("verticalHeader");
rows.add(cell);

但是输出是这样的:

output

最佳答案

你到底想做什么?您正在对单元格本身应用旋转,因此旋转了整个节点。

我的建议是在 SpreadsheetCell 中设置一个空值,并设置一个 Label在 SpreadsheetCell 的图形中。然后你就可以在节点内旋转标签。当然,如果您想编辑这些值,您会遇到一些问题,但这是可以做到的。

考虑在我们收到通知后在我们的 google 群组中发布问题,您可能会更快得到答案:http://groups.controlsfx.org/

关于java - 如何在 spreadsheetview controlsfx 中旋转单元格值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55998266/

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