I have a cascading select, where-in a select_multiple is used to configure the list used for a select_one. The problem is that the list of choices is laid out by row, i.e.,
The preference however, is to have it
I considered ordering the choices to force the appearance in the second table, but with it being a cascading select, this would fall apart on the second select. Also, the 2nd select (the select_one) seems to be unpredictable whether it will show 2 or 3 columns (have it defined as max of 3). The number of columns (2 vs 3) makes no sense since it will wrap the text for choices if need be for 3 columns.
Is there any way to force Survey123 to layout the choices by column then row, or to force a set number of columns on these question types?