iOS Question Combobox

Gijsen

Member
Licensed User
Longtime User
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 :(
 

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
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)

 
Upvote 0

Gijsen

Member
Licensed User
Longtime User
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.
 
Upvote 0
Top