I have a list view. I want to make the cells background transparent. Currently, I am doing the following:
.list-cell
{
-fx-background-color: transparent;
}
But, the color of the cells remain white. I have tried the same with other colors. It works for other colors. But, it's not working for the transparent color. How can I get a transparent list-view?
list-cell
background is transparent, the background color is still white which is what you do not want. But, I can't still be sure if you do not share more code or an image of what you are looking for. – Nathalienathan