I’m trying to retrieve the **widthProperty ** of my parent column to assign it to my label but I can’t.
[
I manage to recover those of the others simple column. In this exemple I want to get Name column widthProperty.
labelspd_MethodePeda.prefWidthProperty().bind(tablespd_Name.widthProperty()); labelspd_MethodePeda.minWidthProperty().bind(tablespd_Name.widthProperty()); labelspd_MethodePeda.maxWidthProperty().bind(tablespd_Name.widthProperty());
Not working
Thx in advance for your reply