I have a simple CheckComboBox control called ccbx, and I want its background to match all the other controls I have on the same pane.
Changing the background color in its properties has no effect.
Setting the background color using the code
has no effect.
Can anyone tell me how to change it's background color?
Changing the background color in its properties has no effect.
Setting the background color using the code
B4X:
CSSUtils.SetStyleProperty (ccbx, "-fx-background-color", "honeydew")
Can anyone tell me how to change it's background color?