Jfoenix: JFXScrollPane CSS Tamplate

Created on 15 Oct 2018  路  2Comments  路  Source: sshahine/JFoenix

Sorry how to set a color in top JFXScrollPane your Libray is cool

pinned

Most helpful comment

Hello,
sorry for the late reply, you can try changing the following css:

.jfx-scroll-pane .main-header{
    -fx-background-color: BLUE;
}

.jfx-scroll-pane .condensed-header{
    -fx-background-color: RED;
}

Regards,

All 2 comments

image

Hello,
sorry for the late reply, you can try changing the following css:

.jfx-scroll-pane .main-header{
    -fx-background-color: BLUE;
}

.jfx-scroll-pane .condensed-header{
    -fx-background-color: RED;
}

Regards,

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MikeChav picture MikeChav  路  3Comments

deme78 picture deme78  路  3Comments

rfenters95 picture rfenters95  路  4Comments

SkaaRJik picture SkaaRJik  路  4Comments

rickyzhangca picture rickyzhangca  路  4Comments