I made a quick search in Google and I couldnt find what I need, basically, I want to set a padding in my combobox component, so the entire combobox (not the items inside) is a little separated from the previous component.
The combobox is contained inside a VBox container, and above there is a label.
If I use the padding property, what it does is to decrease the Y position of the text inside, but the component doesn’t move at all.
Do anyone knows how to do this?
Thanks!
Try using the verticalGap property on the VBox. Or place your Combobox in a Canvas and then give it a y position.