Hi guys,
I'm populating a ComboBox with a not known size list, so far so good, if all I wanted to do was to add string to my combo... but I want to do it hard!
Each Item in the list will be made of a BasePane, into which I load a Layout, that consists of a Pane and a Label.
My code works very well except for the Items placement! It gets Offset to the right and to bottom!
see pic :
I've spent the last 2h searching for a way to solve this issue, but css info is very scarce !
Any help is much appreciated!
I'm populating a ComboBox with a not known size list, so far so good, if all I wanted to do was to add string to my combo... but I want to do it hard!
Each Item in the list will be made of a BasePane, into which I load a Layout, that consists of a Pane and a Label.
My code works very well except for the Items placement! It gets Offset to the right and to bottom!
see pic :
I've spent the last 2h searching for a way to solve this issue, but css info is very scarce !
Any help is much appreciated!