I have a Windows Forms ListView in a form (C#, VS 2005) and have it anchored to all the edges of the form so that it entirely fills the form excluding the status bar. The ListView is in detail mode and the columns are very wide - definitely wider than the display area. I have a vertical scrollbar but no horizontal scrollbar.
I can scroll to the left and right with the keyboard when the control has the focus, but I cannot get the scrollbar to display.
Scrollable is set to true.
What am I missing?