Tagged Questions
4
votes
2answers
152 views
List of values vs radio button group vs drop-down list
In the thread on GUI Design - ComboBoxes Versus Lists or RadioButtons and Dropdown vs radio button, I've read about comboboxes vs. radio button groups. In our legacy application, we also use lookup ...
8
votes
3answers
125 views
Sorting options in list with choices
If you have several options behind a button with list, how would you sort the options? The button is shown at the bottom of a form, so the list will collapse above it.
Let's say that the options can ...