In the designer I have already created a B4XComboBox and worked with it in the code.
However, is there also the possibility to create a B4XComboBox via code directly on a panel?
In the designer I have already created a B4XComboBox and worked with it in the code.
However, is there also the possibility to create a B4XComboBox via code directly on a panel?
Custom views are designed to be added with the designer. It is however very simple to create a layout file with the custom view and load it multiple times. Tip: remove the call to AutoScaleAll from the designer script. Complete example: Sub Globals Private B4XSwitch1 As B4XSwitch End...