Solved

How Can You Cause Scroll Bars to Appear in a ListBox

Question 28

Multiple Choice

How can you cause scroll bars to appear in a ListBox at runtime?


A) Set the ScrollFlag property of the ListBox to True.
B) A scroll bar is automatically added when a ListBox contains more items than can be displayed.
C) Set the ScrollBars property of the ListBox to True.
D) Add a programming statement to call the ScrollBar method of the ListBox.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions