hello, how can I change the background color of b4xcombobox? I tried using this code:
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?
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: