TreeView vs ListView vs ListBox

  • Thread starter Thread starter James Zhuo
  • Start date Start date
J

James Zhuo

Hi all

In what situation should a ListView be used over ListBox
in general?

James :)
 
Hello,

James Zhuo said:
In what situation should a ListView be used over ListBox
in general?

ListBox: Selection of simple text items.
ListView: Items with icons or multiple columns.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top