I have been using a Winform ListView in my project. When the list view (items arranged in list) exceeds the window space it starts a new list on the right and creates a horizontal scroll bar, I need it to carry on the list below and the scroll bar to be vertical. I have mananged to do this using the suggestions from a similar Stack Overflow question but it creates columns, which I don't want, unless there is a way to hide this? Thanks.
I'd start by reading this.
http://msdn.microsoft.com/en-us/library/system.windows.forms.listview.view.aspx
The list view behaves in rather different ways depending on the setting of the View
property. Microsoft have explained it fairly well.