Displaying thumbnail icons 128x128 pixels or larger in a grid in ListView
问题 Original Question (see Update below) I have a WinForms program that needs a decent scrollable icon control with large icons (128x128 or larger thumbnails, really) that can be clicked to hilight or double clicked to perform some action. Preferably there would be minimal wasted space (short filename captions might be needed below each icon; if the filename is too long I can add an ellipsis). (source: updike.org) I tried using a ListView with LargeIcon (default .View) and the results are