Add Items vertically to a windows application List View
I need to add items to a List Vi开发者_开发百科ew in Windows forms applications, but I need these items to be added only vertically, I tried all the View Modes, but the items keep adding bothe vertically and horizentally,
Thanks
did you try Details
view? i think only at that view mode the items are inserted vertically, line by line
Maybe a ListBox might be better suited for what you need?
精彩评论