c# - Horizontal scroll winforms listview -
Anyone knows if horizontal scrolling is possible only in the list of windows in the list view (large icons set view modes ). What I want to do is creating a list view whose height is only enough to show the icon of one line, and I do not have to make multiple rows, just a very long line that a user can get an out-of-range icon You have to scroll horizontally. If I scroll through the list view, it automatically creates several rows and puts it in a vertical scrollbar, which I do not want.
Thank you in advance!
property to the left
(or ListViewAlignment.Left
If you do it in code).
Comments
Post a Comment