i'm working on a great new custom view and i'm using the B4XComboBox, wich is based on the ComboBox in B4J. I need to customize the style of it, to match it with the other views style.
I need to set the following properties:
TextAlignment
Right
BackgroundColor
Transparent
The arrow on the right
Transparent or hide
I have already tried to find a solution myself, but the settings are not applied:
Attachment capture in which at design time the appearance of the buttons and the B4XComboBox are the same. However at run time the appearance of the ComboBox changes. Thanks and best regards
Thank you, your properties work, but the settings for the text alignment, text color etc. do not work. I am developing my own solution to solve the problem.
Similarly making the background transparent could also require making changes to several of it's child views. A style sheet is probably the simplest way of doing what you want, and check out the CSS reference guide