Here is it: Place a Panel control on the form and a ListView control inside
it (at location 0, 0). Set the View property to List and Scrollable to
False. Reduce the width of the ListView to make only to show the first
column. For the Panel control, set AutoScroll property to true. You should
get the vertical scroll bar now...
HTH.
I tried this, but can't seem to get to work.
Not sure what was meant by the instructions to get the scroll bars width.
Can someone please explain?
I placed the listview within a panel and played with width value but was
unable to make it work. Is there any properties that must also be set?