what is the Difference between listbox and combo box?
Answer Posted / jay a. sedani
ListBox :
1)in listbox we can only select item.
2)we can see multiple items in listbox.
3)we have no other styles for listbox.
4)listbox is only listed items box.
5)in listbox we have scroll down and scroll up facelity
6)we can use checkbox with in listbox.
7)listbox is much easier to handle.
8)we can't add image item in listbox.
combobox:
1)in combobox we can write/search and select item.
2)we can see only single item in combobox.
3)we have 3 styles.
A)drop down combo
B)simple combo
C)drop down list
4)combobox is combination of textbox and listbox.
5)in combobox we have only dropdown facelity.
6)we can't use checkbox within a combobox.
7)combobox is not easier as well as listbox to handle.
8)we can add image item in combobox.
| Is This Answer Correct ? | 119 Yes | 12 No |
Post New Answer View All Answers
What are window applications?
What is a fillable form?
Explain how to split a column header in gridview using c#.net?
What is the use of form?
Which event occurs when a user drags an item in a treeview or listview control?
What are windows applications?
What is formdata?
What is the difference between pixels, points, and em’s when fonts are displayed?
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?
How to get records from a database?
What is the extension of a compiled help project file?
which property is used to change to some value to access a identity column in datacontrols?
What is the synonym of form?
Which window displays messages for the status of various features provided in the visual studio .net ide?
What is form based application?