I need to create a toolbar in my screen that will have multiple buttons, and each button must have multiple lines of Text. For example:
I resolved this problem including a VBox inside my button, and then including several Labels inside the VBox. Like this:
The result is:
If there is a more elegant way to have the same result, please, let me know. Thank you.