Horizontal scroll winforms listview

Posted by tempy on Stack Overflow See other posts from Stack Overflow or by tempy
Published on 2009-06-25T15:32:12Z Indexed on 2010/05/22 18:20 UTC
Read the original article Hit count: 422

Filed under:
|
|
|
|

Anyone know if its possible to enable horizontal scrolling ONLY in a windows forms listview (viewmode set to large icons). What I want to do is make a listview whose height is sufficient to only show one row of icons, and I don't want to have multiple rows. Just one very long row that a user would have to scroll horizontally to get to out-of-range icons. If I make the listview scrollable then it automatically makes multiple rows and puts in a vertical scrollbar, which I don't want.

Thanks in advance!

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms