gpt4 book ai didi

css - 具有使用 CSS 值的 Javafx TableView 颜色单元格

转载 作者:太空宇宙 更新时间:2023-11-04 09:49:39 24 4
gpt4 key购买 nike

有没有办法仅通过使用 css 为具有值的 tableview 的单元格着色?

最佳答案

可以使用 filled 选择仅包含 any 值的

Cell(即非空的 Cell) 伪类,例如使用以下样式表:

.table-cell:filled {
-fx-background-color: red;
}

.table-row-cell:selected>.table-cell:filled,
.table-cell:selected:filled {
-fx-background-color: purple;
}

但是,您不能单独使用 CSS 为包含特定 值的Cell 设置样式。

关于css - 具有使用 CSS 值的 Javafx TableView 颜色单元格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39201479/

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