ListBox and ListView
I got confusion to understanding the Difference between ListBox, ListView and Itemscontrol. So Anyone please explain the details to the above three.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Munesh SharmaPosted May 23, 2016, 1:52 AM
A
ListViewis basically like aListBox(and inherits from it), but it also has aViewproperty. This property allows you to specify a predefined way of displaying the items. The only predefined view in the BCL isGridView,Another difference is the default selection mode: it's
Singlefor aListBox, butExtendedfor aListView