Asked by Samantha DiJohn on Jul 05, 2024

verifed

Verified

To modify the number of items displayed in a combo box list, you use the ____ property.

A) Limit to List
B) Combo Box Items
C) Drop-Down
D) List Rows

List Rows

Sequential horizontal lines or entries in a list or table, each typically containing data pertinent to one item or record.

Combo Box

A graphical user interface widget that combines a dropdown list or list box and a single-line textbox, allowing the user to select an option from the list or enter their own.

  • Acquire knowledge on the alteration of combo box properties for the management of display attributes.
verifed

Verified Answer

AE
Artur EtzbergerJul 12, 2024
Final Answer :
D
Explanation :
The List Rows property controls the number of rows that are displayed when the drop-down portion of the combo box is opened. The Limit to List property restricts the user from manually entering an item that is not already in the combo box list, and the Combo Box Items property is used to populate the combo box with a list of items. The Drop-Down property determines whether the drop-down portion of the combo box is visible.