Computer Science, asked by Kogami100, 1 year ago

Compare ComboBox and ListBox.

Answers

Answered by amol1372
5

combo box:

1. We can select ony one option from list.

2. We can add info. at ren time.

3. We have only drop down facility.

4. We can't use checkbox within combobox.

List box:

1. We can select multiple option from list.

2. We can't add info. at run time.

3. We have both drop up & drop down facility.

4. We can use checkbox within listbox.

The listbox control is used to display a list of items to a

user.

Combobox control is used to display a drop- down list of

items . It is a combination of a text box in which a user

enter an items,and a drop-downlist from which the user

selects an item.

please mark me brainlist


amol1372: please mark me brainlist
Answered by bhumii
3

Answer:

hope it helps

have a nice day

Attachments:
Similar questions