开发者

C# ListView Vertical Scroll

开发者 https://www.devze.com 2023-03-25 02:10 出处:网络
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 scrol

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.


The SmallIcon view might be more suitable to you since it looks pretty much like the List, instead of the items are oriented vertically.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号