what is the Difference between listbox and combo box?
Answer Posted / shivanand g
1) Combo Box:
a. User should be able to enter text in it.
b. Pressing the arrow should give list of options available
to the user. List can be scrollable but user should not be
able to type in.
c. Pressing Ctrl-F4 should open the list box.
d. Pressing a letter should bring the first item in the list
starting with the same letter.
e. Items should be in alphabetical
order in any list.
f. Selected item should be displayed on the list.
g. There should be only one blank space in the
dropdown list.
2) List Boxes:
a. Should allow single select, either by mouse or
arrow keys.
b. Pressing any letter should take you to the first element
starting with that letter
c. If there are view/open button, double clicking on icon
should be mapped to these behaviour.
d. Make sure that all the data can be seen using
scroll bar.
| Is This Answer Correct ? | 14 Yes | 26 No |
Post New Answer View All Answers
Explain about crystal report in brief?
how print barcode
What are the advantages of form?
Name the property which is used to specify the source from where the crystal reports would be accessed.
Where is system windows forms dll?
how barcode print on the win form
How many types of dialog boxes windows provides?
How to use the FindControl() function to preselect an item in my dropdownlist?
Name the property which of menu cannot be set at run time?
What is the difference between the add() and insert() methods of a listbox control?
Suppose I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. When I am clicking another button then other two values also insert into that table?
What is the extension of a compiled help project file?
Name the property which is used to lock a textbox to enter data?
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
Explain the difference between listindex and tab index?