I have a ListView that I want to have contain 1 item per row, and not multiple items per row.
At the moment, it looks like:
Item1 Item2 Item3
Item4 Item5 Item6
And I need it to look like:
Item1
Item2
Item3
etc....
Loading
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.
Robert BonePosted Jun 28, 2009, 7:21 PM
Bob Bone
David AzzopardiPosted Jun 28, 2009, 6:48 PM
You have to set the View property for the ListView to 'Details'. I personally also like to enable the Gridlines property and the FullRowSelect property so that the ListView looks better.
Cheers
David