Force the display of scroll bars in a ListView?
问题 The background : Most of us know the SysListView32 common control and the equivalent wrapper ListView class provided by the .NET Framework . A little depth into its internals show that the scroll bars it provides for scrolling its contents are NOT controls themselves, but are managed by the SysListView32 control. The goal : Always draw scroll bars even if it has no ListViewItems to display or has very few such that no scroll bars are needed anyway; sort of like mimicking the RichTextBox class