Which combobox can I use in a panel that is repeated multiple times in a CustomListView on the screen ?
I've tried SD_xCombobox but it causes layout issues
Can you provide an example of what you are trying to achieve.
Remember if you load the same layout twice the variables point to the last instantiation.
Here is a method of adding multiple views to a layout. (The same can apply to adding multiple views to a customlist view)
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...
The CustomListView is working well, only thing is missing is a nice combobox that can handle not having the complete screen to itself
I guess the issue is when the dropdown expands it's lacking height because the panel only has about 100 dip of height.