I'm trying to have a ListView of HBoxes and am currently trying to do it using FXML. This is somewhat related to JavaFX - ListView Item with an Image Button, but in bluevoxel's answer, the HBox is implemented in code.
How can I do it with FXML?
In more details:
DayBox is a HBox with a label, and below it is a ListView. In my main application, there is a ListView of these DayBoxes.