Solved

Which of the Following Statements Will Set a ListView Control

Question 11

Multiple Choice

Which of the following statements will set a ListView control, puppyListView, to be 300 pixels high and 200 pixels wide?


A) puppyListView.setSize(200, 300) ;
B) puppyListView.setSize(300, 200) ;
C) puppyListView.setPrefSize(200, 300) ;
D) puppyListView.setPrefSize(300, 200) ;

Correct Answer:

verifed

Verified

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

Related Questions