B4J Question Change b4xcombobox BG color

Chris Guanzon

Active Member
Licensed User
Longtime User
hello, how can I change the background color of b4xcombobox? I tried using this code:

B4X:
B4XComboBox1.mBase.SetColorAndBorder(0xFF262626, 0dip, 0x00FFFFFF, 10dip)

but this doesn't work. What is the proper or right code for this?

I also want to change the color of the arrow in b4xcombobox. Is it possible to change it?
 
Last edited:
Top