Vertical Scrollbar on LISTVIEW?
I've created a LISTVIEW with one column and checkbox. I've MANUALLY populated it with 60 items. It scrolls HORIZONTALLY. I would like it to scroll VERTICALLY like virtually every other list control in .NET.
I've found some screwy instructions to stick it in a panel and scroll the listview in the panel. That solution sounds unnecessarily complicated. I rather expected a simple property like, ScrollDirection='Vertical'.
Is there really no easy way to get a vertical scroll bar on listview?
|