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

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(s): B